diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-16 22:04:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-16 22:04:10 +0100 |
| commit | 20855b29765a04f9e497b59a20266e1d4d1fdb89 (patch) | |
| tree | ce18273ad11b943b9cd1be04e96ea155b8da80e2 /http/Makefile | |
| parent | 93d9d863618327d6b1160caef303223f7fb70bc7 (diff) | |
http/Makefile: updates all rule with new incremental rules
Diffstat (limited to 'http/Makefile')
| -rw-r--r-- | http/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/http/Makefile b/http/Makefile index 188f0ff..d45d4c0 100644 --- a/http/Makefile +++ b/http/Makefile @@ -1,5 +1,4 @@ -all: microlog blog $(shell find src -type f) $(shell find share -type f) $(shell find bin) - ./bin/mkws https://joeac.net +all: microlog prune_microlog blog prune_blog public out prune_out .SILENT: prune_out .PHONY: prune_out |
