Files
flac/src/test_streams/Makefile.lite
2001-01-19 22:30:43 +00:00

14 lines
212 B
Makefile

#
# GNU makefile
#
PROGRAM_NAME = test_streams
INCLUDES = -I./include -I../../include
LIBS = -lm
OBJS = \
main.o
include ../../build/exe.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.