Makefile @ 2a71a4230eb3

Clean up GraphViz stuff a bit
author Steve Losh <steve@stevelosh.com>
date Wed, 02 Nov 2016 12:03:29 +0000
parents 0306f46e89fb
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