From b107516c1e1125ada8b96260e7681bcf5d1b21b7 Mon Sep 17 00:00:00 2001 From: solene rapenne Date: Wed, 21 Sep 2016 13:43:04 +0200 Subject: [PATCH] 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d4a2f71..6c81ad8 100644 --- 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: