summaryrefslogtreecommitdiff
path: root/http/Makefile
diff options
context:
space:
mode:
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)