blob: e64e3d13afc97764535f9cd2282b73fa84e23068 [file] [log] [blame]
#
# 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.