Makefile @ 51bc78b22d98

Rename the logic manager to just be the reasoner
author Steve Losh <steve@stevelosh.com>
date Sun, 11 Dec 2016 16:32:58 -0500
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