Makefile @ d08ee014a398

Problem 92
author Steve Losh <steve@stevelosh.com>
date Tue, 08 Aug 2017 16:57:14 -0400
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