Files
flac/src/metaflac/Makefile.lite

15 lines
209 B
Makefile
Raw Normal View History

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