From 8a7677787479ad6d8aede4826987afa42bd1f122 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Thu, 11 Apr 2013 23:29:03 -0700 Subject: Adding support for overriding target uid+gid based on command to execute. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff256cf..872551e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ default: insecuresuexec insecuresuexec-noisy insecuresuexec: main.cc - clang++ -Wall -Werror -std=c++11 -Os -o $@ $+ + g++ -Wall -Werror -std=c++11 -Os -o $@ $+ insecuresuexec-noisy: main.cc - clang++ -Wall -Werror -std=c++11 -Os -o $@ -DNOISY $+ + g++ -Wall -Werror -std=c++11 -Os -o $@ -DNOISY $+ clean: rm -f insecuresuexec insecuresuexec-noisy -- cgit v1.2.3