diff --git a/http/Makefile b/http/Makefile index 7839537..952d146 100644 --- a/http/Makefile +++ b/http/Makefile @@ -75,7 +75,7 @@ endef all: bin/pp prune $(blogs) public out bin/pp: - cd pp && $(MAKE) + cd pp && $(MAKE) && cp pp ../bin/pp .PHONY: out out: $(out_deps)