Makefile @ 77a187682a5d

Commit and finalize the rule splitting stuff

Havent committed in a while :(
author Steve Losh <steve@stevelosh.com>
date Sun, 07 May 2017 16:05:34 +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