Makefile @ f7f47291a61a

Start writing this thing I guess
author Steve Losh <steve@stevelosh.com>
date Wed, 16 Nov 2016 02:01:44 +0000
parents d7119e2cc512
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