Makefile @ 5d5e9c5bbb97

Days 5 and 6
author Steve Losh <steve@stevelosh.com>
date Thu, 06 Dec 2018 21:23:40 -0500
parents e07421f643fe
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