From f4f6da1250a0ec5c1de156291451b72ae3988665 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Tue, 19 May 2026 15:02:52 +0200 Subject: [PATCH] Publish with all target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 02c7262..e1e60e2 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,8 @@ article: */ */*/ ## Write a new article | tr '[A-Z ]' '[a-z_]' | tr -cd '[:alpha:]_' )" \ && $(MAKE) -e TITLE="$$name" "$$category""$$filename.md" +default += $(lists) $(publish) + .PHONY: all all: $(default) ## All file targets