summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-22 08:58:20 +0100
committerJoe Carstairs <me@joeac.net>2026-06-22 08:58:20 +0100
commite9df237ca9f5cf609f35fb9ddc6775dff273b109 (patch)
treeb8d5d31c34d9940028c2b9ee20f83395433d33b1 /http
parentf064c794e337b5a0d961334730e0a0056ca3028d (diff)
adds prune to all rule in http/Makefile
Diffstat (limited to 'http')
-rw-r--r--http/Makefile2
1 files changed, 1 insertions, 1 deletions
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)