Makefile @ a5438ac6a2a0

Split out the EAS
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Aug 2016 18:09:18 +0000
parents 41418d32bbba
children e1295ede4c11
.PHONY: deploy update-deps

lisps := $(shell ffind '\.(asd|lisp|ros)$$')

quickutils.lisp: make-quickutils.lisp
	sbcl --noinform --load make-quickutils.lisp  --eval '(quit)'

build/silt: $(lisps)
	ros build build/silt.ros

update-deps:
	hg -R /home/sjl/cl-losh pull -u
	hg -R /home/sjl/beast pull -u

/opt/silt/silt: update-deps build/silt
	rm /opt/silt/silt
	cp build/silt /opt/silt/silt

deploy: build/silt
	rsync --exclude=build/silt --exclude=.hg --exclude=silt.prof -avz . silt:/home/sjl/silt2
	ssh silt make -C /home/sjl/silt2 /opt/silt/silt