Makefile @ cf5f62fff15b

Clean up the debugging interface
author Steve Losh <steve@stevelosh.com>
date Fri, 18 Nov 2016 14:58:05 +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