41418d32bbba
Fix build
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 08 Aug 2016 13:46:11 +0000 |
parents | cab4487cb963 |
children | 0f17d55b8f34 |
branches/tags | (none) |
files | Makefile |
Changes
--- 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