From e121df9d77bc0b4d5385405f95b3f60cc5df83c1 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:55:13 +0200 Subject: [PATCH] Makefile: change default rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48e2d5d..9222d2f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ WEBROOT ?= "/var/www/bouah.net" -all: public +all: deploy deploy: clean update drafts public mv drafts public/_drafts