aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 5011c767bdb793ea576982de0b46819947d1d21b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
CFLAGS ?= -O2 -pipe -fomit-frame-pointer -march=native
ifeq ($(OLD_IPSET),1)
	CFLAGS += -DOLD_IPSET
else
	CFLAGS += -lmnl
endif

.PHONY: clean

ipset-dns:

clean:
	rm -f ipset-dns