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