URI: 
       Remove LANG= when invoking lisp software. It's only needed when using make from a ssh connection, that should be done in the ssh script. Change the sbcl command line parameter to increase memory - cl-yag - Common Lisp Yet Another website Generator
  HTML 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 b107516c1e1125ada8b96260e7681bcf5d1b21b7
   DIR parent 10812b6e84c471e0b76cdb6ea4f5df420365eb36
  HTML Author: solene rapenne <solene@dataswamp.org>
       Date:   Wed, 21 Sep 2016 13:43:04 +0200
       
       Remove LANG= when invoking lisp software. It's only needed when using make from a ssh connection, that should be done in the ssh script.
       Change the sbcl command line parameter to increase memory
       
       Diffstat:
         M Makefile                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -6,7 +6,7 @@ ARTICLES!=     ls data/*.md
        HTML=          $(ARTICLES:.md=.html)
        
        .if "${LISP}" == "sbcl"
       -PARAM=--dynamic-space-size 60 --script
       +PARAM=--dynamic-space-size 90 --script
        .elif "${LISP}" == "clisp"
        PARAM=
        .elif "${LISP}" == "ecl"
       @@ -16,7 +16,7 @@ PARAM=-shell
        all: clean dirs html
        
        html: $(HTML) css
       -        LANG=en_US.UTF-8 $(LISP) $(PARAM) generator.lisp
       +        $(LISP) $(PARAM) generator.lisp
                rm -fr "temp"
        
        dirs: