Makefile @ f51cda0a23b2

Add string rendering and the characters we need for l-systems
author Steve Losh <steve@stevelosh.com>
date Sun, 09 Jun 2019 18:54:56 -0400
parents d5b02d8c4803
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)'