Makefile @ df2880a47218

SIGN
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Dec 2018 00:41:30 -0500
parents f4ede9fed310
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