aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess')
-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)