Makefile @ d5b02d8c4803

Add stippling, tests
author Steve Losh <steve@stevelosh.com>
date Fri, 23 Mar 2018 23:14:07 -0400
parents 55c0df99bd7a
children 5341efcdeefe
.PHONY: vendor test

# Vendor ----------------------------------------------------------------------
vendor/quickutils.lisp: vendor/make-quickutils.lisp
	cd vendor && sbcl --noinform --load make-quickutils.lisp  --eval '(quit)'

vendor: vendor/quickutils.lisp

# Test ------------------------------------------------------------------------
test:
	sbcl --noinform --load test/test.lisp --eval '(quit)'