Publish with all target

This commit is contained in:
2026-05-19 15:02:52 +02:00
parent f47a28b359
commit f4f6da1250
+2
View File
@@ -113,6 +113,8 @@ article: */ */*/ ## Write a new article
| tr '[A-Z ]' '[a-z_]' | tr -cd '[:alpha:]_' )" \ | tr '[A-Z ]' '[a-z_]' | tr -cd '[:alpha:]_' )" \
&& $(MAKE) -e TITLE="$$name" "$$category""$$filename.md" && $(MAKE) -e TITLE="$$name" "$$category""$$filename.md"
default += $(lists) $(publish)
.PHONY: all .PHONY: all
all: $(default) ## All file targets all: $(default) ## All file targets