renamed Makefile to Makefile.lite

This commit is contained in:
Josh Coalson
2001-01-19 22:30:43 +00:00
parent 2a52e57fdc
commit e60acb9fa0
7 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#
# 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.