diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2012-11-07 11:40:57 -0800 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2012-11-07 11:40:57 -0800 |
commit | 6d8606941c7bbdb72c76c81fef8eb91232ffc918 (patch) | |
tree | e4c9046aa399c437b709090d977f52bcfcc8fa21 /Makefile | |
parent | efeb94cdab68ecb81cae8b0bba816a6ee55207c2 (diff) | |
download | insecuresuexec-6d8606941c7bbdb72c76c81fef8eb91232ffc918.tar.gz insecuresuexec-6d8606941c7bbdb72c76c81fef8eb91232ffc918.zip |
Joe wanted it configurable. Laaame.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |