aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess/Makefile')
-rw-r--r--jsaccess/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/jsaccess/Makefile b/jsaccess/Makefile
deleted file mode 100644
index c8f74d9..0000000
--- a/jsaccess/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-PREFIX=/usr/local
-BINDIR=$(PREFIX)/bin
-
-all:
- @echo "Run \"sudo make install\" to install jstore"
- @echo "Run \"scp -r jsa user@webserver:/var/www/htdocs/\" to install jsa on your web server"
-
-install:
- install -m 0755 jstore.sh $(BINDIR)/jstore