# HG changeset patch # User Steve Losh # Date 1470663971 0 # Node ID 41418d32bbbaed7459ef27fae1a5d46d6ef6da35 # Parent cab4487cb9632790daaefef56539a6259df7cf10 Fix build diff -r cab4487cb963 -r 41418d32bbba Makefile --- a/Makefile Sun Aug 07 19:48:52 2016 +0000 +++ b/Makefile Mon Aug 08 13:46:11 2016 +0000 @@ -1,4 +1,4 @@ -.PHONY: deploy +.PHONY: deploy update-deps lisps := $(shell ffind '\.(asd|lisp|ros)$$') @@ -8,7 +8,10 @@ build/silt: $(lisps) ros build build/silt.ros -/opt/silt/silt: build/silt +update-deps: + hg -R /home/sjl/cl-losh pull -u + +/opt/silt/silt: update-deps build/silt rm /opt/silt/silt cp build/silt /opt/silt/silt