Makefile @ f088d1a1afd6

Initial commit
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jan 2017 13:11:43 +0000
parents (none)
children d69d74b71d8f
.PHONY: vendor

# Vendor ----------------------------------------------------------------------
vendor/quickutils.lisp: vendor/make-quickutils.lisp
	cd vendor && sbcl --noinform --load make-quickutils.lisp  --eval '(quit)'

vendor: vendor/quickutils.lisp