]> Cypherpunks.ru repositories - cypherpunks-www.git/blobdiff - Makefile
Удобно иметь all цель по-умолчанию
[cypherpunks-www.git] / Makefile
index b2696376ca86d1423e45c1f9c48f5db87598da3a..1c1b063670a2d956802d789f8720c0f3fc6ed40c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@ include private.mk
 
 .PHONY: static
 
+all: clean html static
+
 clean:
        rm -rf out.html
 
@@ -11,8 +13,6 @@ html:
 static:
        cd static ; tar cf - . | tar xfC - ../out.html
 
-all: clean html static
-
 update-remote:
        rsync -av --progress --delete out.html/ gw.stargrave.org:cypherpunks