7ebe839363e8

Fix makefile deployment
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 04 Nov 2017 13:58:24 -0400
parents 0cd848f60230
children 8ae9290fdd58
branches/tags (none)
files Makefile

Changes

--- a/Makefile	Sat Nov 04 13:49:49 2017 -0400
+++ b/Makefile	Sat Nov 04 13:58:24 2017 -0400
@@ -1,4 +1,4 @@
-.PHONY: vendor binary clean
+.PHONY: vendor binary clean deploy update-deps
 
 # Vendor ----------------------------------------------------------------------
 vendor/quickutils.lisp: vendor/make-quickutils.lisp
@@ -26,7 +26,7 @@
 	hg -R /home/sjl/lib/chancery -v pull -u
 
 # Local
-deploy: build/magitek
-	rsync --exclude=bin --exclude=.hg --exclude=database.sqlite  -avz . jam:/home/sjl/magitek
-	ssh jam make -C /home/sjl/magitek update-deps binary
+deploy: binary
+	rsync --exclude=bin --exclude=.hg --exclude=database.sqlite  -avz . jam:/home/sjl/src/magitek
+	ssh jam make -C /home/sjl/src/magitek update-deps binary