1 2 3 4 5 6 7
insecuresuexec: main.cc clang++ -Wall -Werror -std=c++11 -Os -g -o $@ $+ clean: rm -f insecuresuexec .PHONY: clean