From 318ecb3ad0b89e7c8e6a57ca92bc3199342a7247 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 19 Jan 2017 11:27:22 +0300 Subject: [PATCH 1/1] =?utf8?q?all=20=D1=86=D0=B5=D0=BB=D1=8C=20=D1=81?= =?utf8?q?=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D1=83?= =?utf8?q?=D0=B4=D0=BE=D0=B1=D1=81=D1=82=D0=B2=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 100da25..edc3506 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,10 @@ +.PHONY: static + +all: clean html static + +clean: + rm -rf cryptoparty.html + CSS != cat style.css html: -- 2.44.0