From e9df237ca9f5cf609f35fb9ddc6775dff273b109 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 22 Jun 2026 08:58:20 +0100 Subject: [PATCH] adds prune to all rule in http/Makefile --- http/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/Makefile b/http/Makefile index 5004c55..7839537 100644 --- a/http/Makefile +++ b/http/Makefile @@ -72,7 +72,7 @@ endef # RULES # ######### -all: bin/pp $(blogs) public out +all: bin/pp prune $(blogs) public out bin/pp: cd pp && $(MAKE)