adds pp build to http/Makefile

This commit is contained in:
2026-06-17 21:54:16 +01:00
parent 5b927900ae
commit fd21d77526
+4 -1
View File
@@ -62,7 +62,10 @@ endef
# RULES # # RULES #
######### #########
all: $(blogs) public out all: bin/pp $(blogs) public out
bin/pp:
cd pp && $(MAKE)
.PHONY: out .PHONY: out
out: $(out_deps) out: $(out_deps)