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

all: base.o

base.o: base.c libradsec-base.h libradsec.h ../tlv11.h

doc:
	doxygen

clean:
	-rm *.o