adds pp build to http/Makefile
This commit is contained in:
+4
-1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user