Makefile @ ef04c7b3d0b8

Problem 10, Miller-Rabin, etc
author Steve Losh <steve@stevelosh.com>
date Mon, 11 Apr 2016 14:40:47 +0000
parents 3512c67e0138
children a66997c0fad3
.PHONY: test

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

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