From 7042b1e082b9b27b7d7063cf2bc322ce1e86bc33 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Tue, 23 May 2023 10:29:23 -0400 Subject: [PATCH] Always clean build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c09dbc6c..048b0035 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ endif .RECIPEPREFIX = > build: +> rm -rf public/ > hugo ## server: run server locally on port 1313 and open in a browser