Makefile @ ee000116796f

Move GUI stuff into its own file
author Steve Losh <steve@stevelosh.com>
date Fri, 16 Dec 2016 14:42:58 -0500
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