summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulian Blake Kongslie <jblake@omgwallhack.org>2012-11-07 11:40:57 -0800
committerJulian Blake Kongslie <jblake@omgwallhack.org>2012-11-07 11:40:57 -0800
commit6d8606941c7bbdb72c76c81fef8eb91232ffc918 (patch)
treee4c9046aa399c437b709090d977f52bcfcc8fa21 /Makefile
parentefeb94cdab68ecb81cae8b0bba816a6ee55207c2 (diff)
downloadinsecuresuexec-6d8606941c7bbdb72c76c81fef8eb91232ffc918.tar.gz
insecuresuexec-6d8606941c7bbdb72c76c81fef8eb91232ffc918.zip
Joe wanted it configurable. Laaame.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 43d9995..30df8d4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-insecuresuexec: main.c
- clang -Wall -Werror -Os -o $@ $+
+insecuresuexec: main.cc
+ clang++ -Wall -Werror -std=c++11 -Os -g -o $@ $+
clean:
rm -f insecuresuexec