Makefile @ 9a8362bd95ae

Update, clean up a couple things
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jul 2018 15:11:16 +0000
parents a66997c0fad3
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