http/Makefile: more iterative 'all' rule

This commit is contained in:
2026-06-15 18:18:58 +01:00
parent be6466c0ff
commit f653f7ba23
+2 -1
View File
@@ -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