Makefile @ 016dd6d5f764

Clean up the ZDD reasoner API a little bit
author Steve Losh <steve@stevelosh.com>
date Mon, 06 Mar 2017 13:40:27 +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