- drop clisp - Makefile is now compatible with GNU Make

This commit is contained in:
Solene Rapenne 2017-11-28 08:15:16 +01:00
parent 28c93e93f7
commit 8f68de9add
1 changed files with 1 additions and 9 deletions

View File

@ -5,18 +5,10 @@ HTMLDIR= temp/data
ARTICLES!= ls data/*.md
HTML= $(ARTICLES:.md=.html)
.if "${LISP}" == "sbcl"
PARAM=--dynamic-space-size 90 --script
.elif "${LISP}" == "clisp"
PARAM=
.elif "${LISP}" == "ecl"
PARAM=-shell
.endif
all: clean dirs html
html: $(HTML) css
$(LISP) $(PARAM) generator.lisp
$(LISP) --load generator.lisp
rm -fr "temp"
dirs: