From ed66bc2df278f3d4cd124fba3045e444125751b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 14 Apr 2022 00:56:03 +0200 Subject: [PATCH] Makefile: Remove update from deploy rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9222d2f..c8f104b 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ WEBROOT ?= "/var/www/bouah.net" -all: deploy +all: update deploy -deploy: clean update drafts public +deploy: clean drafts public mv drafts public/_drafts cp -rv $(WEBROOT)/specs $(WEBROOT)/files public/ rm -rf $(WEBROOT)