Makefile @ d930dc9c101a

Fix the stupid readtable mess
author Steve Losh <steve@stevelosh.com>
date Tue, 07 Feb 2017 11:49:37 +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