diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-17 21:54:16 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-17 21:54:16 +0100 |
| commit | fd21d77526ac7d93e1624bdeb095b49a7e873052 (patch) | |
| tree | 1efdd7753d30fe3d6828da28b0e32e46fd9d9b5b /http | |
| parent | 5b927900ae0236a776322f6b7a2106b708e00014 (diff) | |
adds pp build to http/Makefile
Diffstat (limited to 'http')
| -rw-r--r-- | http/Makefile | 5 |
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) |
