Makefile @ 9d7ea7bf528b

`reduce` has a `:from-end` arg
author Steve Losh <steve@stevelosh.com>
date Wed, 15 Feb 2017 10:24:14 +0000
parents a66997c0fad3
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