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"