Makefile @ b6b6000308ea

Remove `slurp` and `spit`

They duplicate Alexandria's `read-file-into-string` and
`write-string-into-file`.
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 00:45:49 +0000
parents 25f352f92356
children 6aeaaa9a56bf
.PHONY: docs

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

quickutils.lisp: make-quickutils.lisp
	sbcl --noinform --load make-quickutils.lisp  --eval '(quit)'

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

docs: DOCUMENTATION.markdown