Makefile @ 9b6e236a27a0

2019/06
author Steve Losh <steve@stevelosh.com>
date Fri, 06 Dec 2019 18:58:39 -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