summaryrefslogtreecommitdiffstats
path: root/test/Makefile
blob: c4f4b285d4efad303abbaee5a908eaad7930b614 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)