Makefile @ 74a28f68aa62

Rename `square` to avoid name conflict
author Steve Losh <steve@stevelosh.com>
date Fri, 16 Dec 2016 23:41:37 -0500
parents d7119e2cc512
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