13316fcdbcaffe0bf33c18f5df58e55b6be8a71c
[radsecproxy.git] / lib / tests / Makefile
1 CFLAGS = -Wall -g
2
3 all: test-blocking
4
5 test-blocking: test-blocking.c ../examples/blocking.o ../base.o ../../list.o ../../tlv11.o
6         $(CC) $(CFLAGS)  -I .. -I ../examples -o $@ $^
7
8 clean:
9         -rm *.o test-blocking
10