blob: b1892eab05e1839f9ee9df5cf04c1baa1b9bf6b1 [file] [log] [blame]
Josh Coalsonbb7f6b92000-12-10 04:09:52 +00001#
2# GNU makefile
3#
4
5PROGRAM_NAME = test_unit
6INCLUDES = -I../libFLAC/include -I../../include
7LIBS = -lFLAC -lm
8OBJS = \
9 bitbuffer.o \
10 main.o
11
12include ../../build/exe.mk
13
14# DO NOT DELETE THIS LINE -- make depend depends on it.