Makefile @ 8f91275f1233

Add Huffman tree encoding and generation
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 21:59:37 +0000
parents b5708cf443c2
children ea247d3d5953
.PHONY: vendor

vendor: vendor/quickutils.lisp

vendor/quickutils.lisp: vendor/make-quickutils.lisp
	cd vendor && ros run -L sbcl --load make-quickutils.lisp  --eval '(quit)'