aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/Makefile
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-10-23 00:06:47 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-10-23 00:06:47 +0200
commit35830f56bc9a89c7c8c16e2a3b5a381def98ed5c (patch)
tree383af9bf114de2b16566a825c031ac302147198a /jsaccess/Makefile
parentbashrc: alias for verbose mosh (diff)
downloadlaurent-tools-35830f56bc9a89c7c8c16e2a3b5a381def98ed5c.tar.xz
laurent-tools-35830f56bc9a89c7c8c16e2a3b5a381def98ed5c.zip
jsaccess moved to github
https://github.com/looran/jsaccess git clone https://github.com/looran/jsaccess.git
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