Makefile @ 1d01fdf921fa

ZDD ops `keep-supersets-of` and `remove-supersets-of`
author Steve Losh <steve@stevelosh.com>
date Tue, 01 Nov 2016 13:38:08 +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