renamed Makefile to Makefile.lite
[platform/upstream/flac.git] / src / test_streams / Makefile.lite
1 #
2 # GNU makefile
3 #
4
5 PROGRAM_NAME = test_streams
6 INCLUDES     = -I./include -I../../include
7 LIBS         = -lm
8 OBJS = \
9         main.o
10
11 include ../../build/exe.mk
12
13 # DO NOT DELETE THIS LINE -- make depend depends on it.