Makefile @ 5cfbf08cb54d

Add GUI and implement a bit more
author Steve Losh <steve@stevelosh.com>
date Wed, 16 Nov 2016 20:41:42 +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