Makefile @ d5a7efa01e93

Add `fill-multidimensional-array`
author Steve Losh <steve@stevelosh.com>
date Thu, 18 Aug 2016 15:27:59 +0000
parents f67e0d7ace27
children 25f352f92356
.PHONY:

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)'