From 23871d5aadcaa4d01b7c46cb951854572940414d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 2 Oct 2025 19:14:17 +0200 Subject: Rewrite --- makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..820adad --- /dev/null +++ b/makefile @@ -0,0 +1,7 @@ + +HTML = $(patsubst %.md,%.html,$(shell find -name '*.md')) + +all: $(HTML) + +%.html: %.md process.py template.html + python process.py $< $@ -- cgit v1.2.3-70-g09d2