]> Cypherpunks.ru repositories - cypherpunks-www.git/commitdiff
Удобно иметь all цель по-умолчанию
authorSergey Matveev <stargrave@stargrave.org>
Sun, 10 Jan 2016 09:13:23 +0000 (12:13 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 10 Jan 2016 09:47:15 +0000 (12:47 +0300)
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