CFLAGS ?= -march=native -O3 -fomit-frame-pointer -pipe CFLAGS += -std=c11 -Wall mulderd: mulderd.c seccomp-bpf.h clean: rm -f mulderd .PHONY: clean