Makefile @ b261c086fa4e

Start working on fluxplayer grounder
author Steve Losh <steve@stevelosh.com>
date Mon, 26 Sep 2016 15:11:52 +0000
parents 87b80a1dabb2
children 8b62550cc554
.PHONY: vendor

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

vendor: vendor/quickutils.lisp