summaryrefslogtreecommitdiff
path: root/lib/tests/Makefile
blob: 13316fcdbcaffe0bf33c18f5df58e55b6be8a71c (plain)
1
2
3
4
5
6
7
8
9
10
CFLAGS = -Wall -g

all: test-blocking

test-blocking: test-blocking.c ../examples/blocking.o ../base.o ../../list.o ../../tlv11.o
	$(CC) $(CFLAGS)  -I .. -I ../examples -o $@ $^

clean:
	-rm *.o test-blocking