Files
flac/src/test_unit/Makefile.lite

15 lines
240 B
Makefile
Raw Normal View History

2000-12-10 04:09:52 +00:00
#
# GNU makefile
#
PROGRAM_NAME = test_unit
INCLUDES = -I../libFLAC/include -I../../include
LIBS = -lFLAC -lm
OBJS = \
bitbuffer.o \
main.o
include ../../build/exe.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.