summaryrefslogtreecommitdiff
path: root/Makefile
blob: a7982bde52c9f16e04b69fa7f54a41bfc99ac811 (plain)
1
2
3
4
5
6
7
8
9
CFLAGS = -g -Wall -pthread
LDFLAGS = -lssl

all: radsecproxy

radsecproxy: util.o

clean:
	rm -f util.o radsecproxy