diff options
Diffstat (limited to 'pinyweb/Makefile')
-rw-r--r-- | pinyweb/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pinyweb/Makefile b/pinyweb/Makefile new file mode 100644 index 0000000..5b1f010 --- /dev/null +++ b/pinyweb/Makefile @@ -0,0 +1,5 @@ +build: + +install: + install -o root -g root -m 755 -d $(DESTDIR)/usr/lib/cgi-bin + install -o root -g root -m 755 cgi-bin/* $(DESTDIR)/usr/lib/cgi-bin |