From 09918cfe4f1f75bef96d5179e37d88f247baf781 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Thu, 11 Apr 2013 22:11:58 -0700 Subject: Adding a whole lot of debugging messages. --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 10107f0..ff256cf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,12 @@ +default: insecuresuexec insecuresuexec-noisy + insecuresuexec: main.cc clang++ -Wall -Werror -std=c++11 -Os -o $@ $+ +insecuresuexec-noisy: main.cc + clang++ -Wall -Werror -std=c++11 -Os -o $@ -DNOISY $+ + clean: - rm -f insecuresuexec + rm -f insecuresuexec insecuresuexec-noisy .PHONY: clean -- cgit v1.2.3