Makefile @ 42b1fe4f8f27

Dat sieve
author Steve Losh <steve@stevelosh.com>
date Mon, 27 Feb 2017 17:13:34 +0000
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