bug fixing
[libradsec.git] / Makefile
1 CFLAGS = -g -Wall -pthread
2 LDFLAGS = -lssl
3
4 all: radsecproxy
5
6 radsecproxy: util.o
7
8 clean:
9         rm -f util.o radsecproxy