Makefile @ 7c2948c7ec11

Problem 9
author Steve Losh <steve@stevelosh.com>
date Sun, 10 Apr 2016 19:31:21 +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)'