summaryrefslogtreecommitdiff
path: root/http/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-17 21:54:16 +0100
committerJoe Carstairs <me@joeac.net>2026-06-17 21:54:16 +0100
commitfd21d77526ac7d93e1624bdeb095b49a7e873052 (patch)
tree1efdd7753d30fe3d6828da28b0e32e46fd9d9b5b /http/Makefile
parent5b927900ae0236a776322f6b7a2106b708e00014 (diff)
adds pp build to http/Makefile
Diffstat (limited to 'http/Makefile')
-rw-r--r--http/Makefile5
1 files changed, 4 insertions, 1 deletions
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)