Stop automatic cleaning of generated html

This commit is contained in:
solene rapenne 2017-12-17 02:58:02 +01:00
parent d4170d2472
commit 1181d71528
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
LISP= sbcl
all: clean dirs html
all: dirs html
html: $(HTML) css
$(LISP) --load generator.lisp
rm -fr "temp"
dirs:
mkdir -p "output/html/static"