aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/Makefile
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-18 12:42:32 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-18 12:42:32 +0200
commitb20b4cb0247450ccf479391c70bb0de808ec797e (patch)
tree0da73365fe8010b90d721c4ec2058f256b5d2467 /jsaccess/Makefile
parentjsaccess: update demo file (diff)
downloadlaurent-tools-b20b4cb0247450ccf479391c70bb0de808ec797e.tar.xz
laurent-tools-b20b4cb0247450ccf479391c70bb0de808ec797e.zip
jsaccess: main Makefile
Diffstat (limited to 'jsaccess/Makefile')
-rw-r--r--jsaccess/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/jsaccess/Makefile b/jsaccess/Makefile
new file mode 100644
index 0000000..41c1157
--- /dev/null
+++ b/jsaccess/Makefile
@@ -0,0 +1,11 @@
+PREFIX=/usr/local
+BINDIR=$(PREFIX)/bin
+BINARIES=store.sh
+
+
+all:
+ @echo "Run \"sudo make install\" to install store.sh"
+ @echo "Run \"scp -rp jsa user@webserver:/var/www/htdocs/\" to install jsa on your web server"
+
+install:
+ install -m 0755 $(BINARIES) $(BINDIR)