Makefile @ 37e64253cccf

Stratify rules according to negations
author Steve Losh <steve@stevelosh.com>
date Sun, 20 Nov 2016 15:33:06 +0000
parents 0306f46e89fb
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