Makefile @ 205427feb9fe default tip

Update to build with the latest version of my utility library
author Steve Losh <steve@stevelosh.com>
date Sun, 06 Aug 2017 20:29:52 -0400
parents d7119e2cc512
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