Makefile @ c8bb1f3ec2e5

Fix fset thing
author Steve Losh <steve@stevelosh.com>
date Mon, 09 Jan 2017 21:28:23 +0000
parents ca726222b6f1
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