Makefile @ 21d537ce910a

Add database.sqlite to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jan 2017 18:04:10 +0000
parents f088d1a1afd6
children d69d74b71d8f
.PHONY: vendor

# Vendor ----------------------------------------------------------------------
vendor/quickutils.lisp: vendor/make-quickutils.lisp
	cd vendor && sbcl --noinform --load make-quickutils.lisp  --eval '(quit)'

vendor: vendor/quickutils.lisp