diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-15 18:18:58 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-15 18:18:58 +0100 |
| commit | f653f7ba23ea82897af96d7edde2befebc0ea4d2 (patch) | |
| tree | 561be5e9b8e039f4c7509eabc097db80c9bba284 /http/Makefile | |
| parent | be6466c0ff497d83b2cb8eae5baaf4f060105163 (diff) | |
http/Makefile: more iterative 'all' rule
Diffstat (limited to 'http/Makefile')
| -rw-r--r-- | http/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/http/Makefile b/http/Makefile index a4ba72d..d7dc7eb 100644 --- a/http/Makefile +++ b/http/Makefile @@ -1,4 +1,5 @@ -all: clean out +all: microlog blog $(shell find src -type f) $(shell find share -type f) $(shell find bin) + ./bin/mkws https://joeac.net .PHONY: remove_deleted_posts remove_deleted_posts: remove_deleted_microlog_posts remove_deleted_blog_posts |
