Makefile @ 813d3e887794

Clean up the divisor situation
author Steve Losh <steve@stevelosh.com>
date Thu, 26 Oct 2017 21:18:39 -0400
parents a66997c0fad3
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