Files
flac/src/metaflac/Makefile.lite

15 lines
206 B
Makefile
Raw Normal View History

2001-02-23 21:38:26 +00:00
#
# GNU makefile
#
PROGRAM_NAME = metaflac
INCLUDES = -I./include -I../../include
2001-02-23 23:10:57 +00:00
LIBS =
2001-02-23 21:38:26 +00:00
OBJS = \
main.o
include ../../build/exe.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.