Makefile @ 908a77e311fa

2017/09
author Steve Losh <steve@stevelosh.com>
date Sun, 01 Dec 2019 16:01:05 -0500
parents e07421f643fe
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