~solene/cl-yag

f28ae44a217cb53b2b38ebbbbe53c65779383802 — Solene Rapenne 6 years ago e187e77
Switching default LISP to ecl
1 files changed, 2 insertions(+), 2 deletions(-)

M Makefile
M Makefile => Makefile +2 -2
@@ 1,9 1,9 @@
LISP=          sbcl
LISP=          ecl

all: dirs html

html: $(HTML) css
	$(LISP) --load generator.lisp
	$(LISP) -load generator.lisp

dirs:
	mkdir -p "output/html/static"