From 20ccaddec888b50e2024f52d30c1fdd063775168 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 10 Jan 2016 12:13:23 +0300 Subject: [PATCH] =?utf8?q?=D0=A3=D0=B4=D0=BE=D0=B1=D0=BD=D0=BE=20=D0=B8?= =?utf8?q?=D0=BC=D0=B5=D1=82=D1=8C=20all=20=D1=86=D0=B5=D0=BB=D1=8C=20?= =?utf8?q?=D0=BF=D0=BE-=D1=83=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=D0=BD=D0=B8?= =?utf8?q?=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.0