cleaning old stuff from Makefile

This commit is contained in:
Solene Rapenne 2017-12-15 18:02:13 +01:00
parent 1e46417916
commit 6d3f6f665d
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,5 @@
LISP= sbcl
HTMLDIR= temp/data
all: clean dirs html
html: $(HTML) css
@ -9,7 +7,6 @@ html: $(HTML) css
rm -fr "temp"
dirs:
mkdir -p "$(HTMLDIR)"
mkdir -p "output/html/static"
mkdir -p "output/gopher"