Makefile @ 8a22df7c2b9d

Clean up and get the rule forest generation working properly
author Steve Losh <steve@stevelosh.com>
date Wed, 07 Dec 2016 17:52:35 -0500
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