aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-02-14 07:55:15 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-02-15 23:44:15 +0100
commit233f343715de43128e0c605d32fe1d647d50adad (patch)
tree2236c0b40ac8a80a23dad8a14b809ecaba98dc2e /Makefile
downloadipset-dns-233f343715de43128e0c605d32fe1d647d50adad.tar.xz
ipset-dns-233f343715de43128e0c605d32fe1d647d50adad.zip
Initial commit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..5011c76
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,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