summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-15 18:18:58 +0100
committerJoe Carstairs <me@joeac.net>2026-06-15 18:18:58 +0100
commitf653f7ba23ea82897af96d7edde2befebc0ea4d2 (patch)
tree561be5e9b8e039f4c7509eabc097db80c9bba284 /http
parentbe6466c0ff497d83b2cb8eae5baaf4f060105163 (diff)
http/Makefile: more iterative 'all' rule
Diffstat (limited to 'http')
-rw-r--r--http/Makefile3
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