Makefile @ 1d0852c279f7

Add auto-module ASDF to save typing.  Thanks, jackdaniel
author Steve Losh <steve@stevelosh.com>
date Sat, 15 Dec 2018 16:56:57 -0500
parents f4ede9fed310
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