Makefile @ b50f1ec26d64

Day 4 and 5
author Steve Losh <steve@stevelosh.com>
date Tue, 05 Dec 2017 18:16:40 -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