Makefile @ 18b41e49f53b

Problem 82, more cleanup
author Steve Losh <steve@stevelosh.com>
date Sat, 24 Feb 2018 19:10:54 -0500
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