0c29f7ace58345b892991fd771f0310be19f3274
[radsecproxy.git] / lib / Makefile
1 CFLAGS = -Wall -g
2
3 all: base.o
4
5 base.o: base.c libradsec-base.h libradsec.h ../tlv11.h
6
7 doc:
8         doxygen
9
10 clean:
11         -rm *.o