Makefile @ 89e97f4b9950

Actually add the damn file
author Steve Losh <steve@stevelosh.com>
date Fri, 16 Dec 2016 23:29:26 -0500
parents d7119e2cc512
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