CC=gcc CFLAGS=-I../ -lnetbytes -Wl,-rpath=../ -L../ LDFLAGS= SOURCE=test_save test_multiple_write test_multiple_read test_add_elem test_alltypes SOURCES=$(SOURCE:=.c) make: $(SOURCE) clean: rm -f $(SOURCE)