Makefile @ 67daea4e67cb

Don't bother using uninterned keyword symbols

It's 2016, we've got enough memory to spare.
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Oct 2016 14:18:14 +0000
parents 87b80a1dabb2
children 8b62550cc554
.PHONY: vendor

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

vendor: vendor/quickutils.lisp