From fd21d77526ac7d93e1624bdeb095b49a7e873052 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 17 Jun 2026 21:54:16 +0100 Subject: [PATCH] adds pp build to http/Makefile --- http/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/http/Makefile b/http/Makefile index 05469d6..d76dd5a 100644 --- a/http/Makefile +++ b/http/Makefile @@ -62,7 +62,10 @@ endef # RULES # ######### -all: $(blogs) public out +all: bin/pp $(blogs) public out + +bin/pp: + cd pp && $(MAKE) .PHONY: out out: $(out_deps)