lisp/Makefile @ 6ee2d1d3d487

Whops
author Steve Losh <steve@stevelosh.com>
date Wed, 19 Dec 2018 18:49:56 -0500
parents a9e85b8e5f66
children c6afac579697
.PHONY: all

all: binaries/clhs binaries/lispindent

binaries/clhs: clhs.lisp compile
	./compile clhs.lisp
	mv clhs binaries/clhs

binaries/lispindent: lispindent.lisp compile
	./compile lispindent.lisp --no-userinit
	mv lispindent binaries/lispindent