Makefile @ b5be17536fc6

Clean up, comment
author Steve Losh <steve@stevelosh.com>
date Wed, 04 Oct 2017 00:51:13 -0400
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