Switching default LISP to ecl - cl-yag - Common Lisp Yet Another website Generator
 (HTM) git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f28ae44a217cb53b2b38ebbbbe53c65779383802
 (DIR) parent e187e771f1bad099c9f9ac8d98085aefa8998af9
 (HTM) Author: Solene Rapenne <solene@perso.pw>
       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(-)
       ---
 (DIR) 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"