cleaning old stuff from Makefile - cl-yag - Common Lisp Yet Another website Generator
 (HTM) git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6d3f6f665dc9ad801d57ffb7716d9fda78661bd7
 (DIR) parent 1e46417916771c10ed235899b94e333866d11042
 (HTM) Author: Solene Rapenne <solene@perso.pw>
       Date:   Fri, 15 Dec 2017 18:02:13 +0100
       
       cleaning old stuff from Makefile
       
       Diffstat:
         M Makefile                            |       3 ---
       
       1 file changed, 0 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -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"