summaryrefslogtreecommitdiff
path: root/pinyweb/suid/Makefile
diff options
context:
space:
mode:
authorJulian Blake Kongslie <jblake@omgwallhack.org>2010-12-27 13:49:05 -0800
committerJulian Blake Kongslie <jblake@omgwallhack.org>2010-12-27 13:49:05 -0800
commit88b8f280e996c5b0d04d306dd0f0e09806a6547e (patch)
tree8957f317597a5bd986a9eba089e90b1df1d7495d /pinyweb/suid/Makefile
parent8f342b641236d9c15530664c00889d00635b61f6 (diff)
downloadpiny-code-88b8f280e996c5b0d04d306dd0f0e09806a6547e.tar.gz
piny-code-88b8f280e996c5b0d04d306dd0f0e09806a6547e.zip
Adding setuid wrapper.
Diffstat (limited to 'pinyweb/suid/Makefile')
-rw-r--r--pinyweb/suid/Makefile5
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