Switching default LISP to ecl - cl-yag - Common Lisp Yet Another website Genera… | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit f28ae44a217cb53b2b38ebbbbe53c65779383802 | |
parent e187e771f1bad099c9f9ac8d98085aefa8998af9 | |
Author: Solene Rapenne <[email protected]> | |
Date: Tue, 15 May 2018 09:26:10 +0200 | |
Switching default LISP to ecl | |
Diffstat: | |
M Makefile | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -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" |