diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-22 08:58:20 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-22 08:58:20 +0100 |
| commit | e9df237ca9f5cf609f35fb9ddc6775dff273b109 (patch) | |
| tree | b8d5d31c34d9940028c2b9ee20f83395433d33b1 /http/Makefile | |
| parent | f064c794e337b5a0d961334730e0a0056ca3028d (diff) | |
adds prune to all rule in http/Makefile
Diffstat (limited to 'http/Makefile')
| -rw-r--r-- | http/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/Makefile b/http/Makefile index 5004c55..7839537 100644 --- a/http/Makefile +++ b/http/Makefile @@ -72,7 +72,7 @@ endef # RULES # ######### -all: bin/pp $(blogs) public out +all: bin/pp prune $(blogs) public out bin/pp: cd pp && $(MAKE) |
