Makefile @ 1c5dff36922b

Remove `hash-sets` package.  Use cl-hamt or something instead
author Steve Losh <steve@stevelosh.com>
date Thu, 03 Nov 2016 18:26:11 +0000
parents 6aeaaa9a56bf
children 566c907b762a
.PHONY: docs

sourcefiles = $(shell ffind --full-path --literal .lisp)

vendor: vendor/quickutils.lisp
vendor/quickutils.lisp: vendor/make-quickutils.lisp
	cd vendor && ros run -L sbcl --load make-quickutils.lisp  --eval '(quit)'

DOCUMENTATION.markdown: $(sourcefiles)
	sbcl --noinform --load make-docs.lisp  --eval '(quit)'

docs: DOCUMENTATION.markdown