Makefile @ 26a5a69dc3f9

More work on the rule application (almost there!)
author Steve Losh <steve@stevelosh.com>
date Thu, 19 Jan 2017 17:02:51 +0000
parents 0306f46e89fb
children (none)
.PHONY: vendor

# Vendor ----------------------------------------------------------------------
vendor/quickutils.lisp: vendor/make-quickutils.lisp
	cd vendor && sbcl --noinform --load make-quickutils.lisp  --eval '(quit)'

vendor: vendor/quickutils.lisp