From 20855b29765a04f9e497b59a20266e1d4d1fdb89 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 16 Jun 2026 22:04:10 +0100 Subject: [PATCH] http/Makefile: updates all rule with new incremental rules --- http/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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