Makefile @ d4b651730553

Add scratch.lisp to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Mon, 11 Apr 2016 14:40:32 +0000
parents 3512c67e0138
children ef04c7b3d0b8
.PHONY: test

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

test:
	sbcl --noinform --load run-tests.lisp  --eval '(quit)'