diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-12-27 13:49:05 -0800 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-12-27 13:49:05 -0800 |
commit | 88b8f280e996c5b0d04d306dd0f0e09806a6547e (patch) | |
tree | 8957f317597a5bd986a9eba089e90b1df1d7495d /pinyweb/suid/Makefile | |
parent | 8f342b641236d9c15530664c00889d00635b61f6 (diff) | |
download | piny-code-88b8f280e996c5b0d04d306dd0f0e09806a6547e.tar.gz piny-code-88b8f280e996c5b0d04d306dd0f0e09806a6547e.zip |
Adding setuid wrapper.
Diffstat (limited to 'pinyweb/suid/Makefile')
-rw-r--r-- | pinyweb/suid/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pinyweb/suid/Makefile b/pinyweb/suid/Makefile new file mode 100644 index 0000000..6d67058 --- /dev/null +++ b/pinyweb/suid/Makefile @@ -0,0 +1,5 @@ +piny-suid: piny-suid.c + gcc -Wall -Werror -Os -o $@ $< + +clean: + rm -f piny-suid |