From: Sergey Matveev Date: Sun, 10 Jan 2016 09:13:23 +0000 (+0300) Subject: Удобно иметь all цель по-умолчанию X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=20ccaddec888b50e2024f52d30c1fdd063775168;p=cypherpunks-www.git Удобно иметь all цель по-умолчанию --- diff --git a/Makefile b/Makefile index b269637..1c1b063 100644 --- 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