Stop automatic cleaning of generated html - cl-yag - Common Lisp Yet Another we… | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 1181d71528f9fe834fe23cde1000034cd1f92e8d | |
parent d4170d2472d54844ce90cf4e2e68eb816f8d8bab | |
Author: solene rapenne <[email protected]> | |
Date: Sun, 17 Dec 2017 02:58:02 +0100 | |
Stop automatic cleaning of generated html | |
Diffstat: | |
M Makefile | 3 +-- | |
1 file changed, 1 insertion(+), 2 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -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" |