Makefile @ 0fc16405aff4

Problem 51 and some cleanup
author Steve Losh <steve@stevelosh.com>
date Tue, 28 Feb 2017 22:12:26 +0000
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