summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 16a3197..ea14e92 100644
--- a/Makefile
+++ b/Makefile
@@ -1 +1,8 @@
+CFLAGS ?= -march=native -O3 -fomit-frame-pointer -pipe
+CFLAGS += -std=c11 -Wall
+
honeypot: honeypot.c telnet.h seccomp-bpf.h
+clean:
+ rm -f honeypot
+
+.PHONY: clean