From 700b2654cd02d6602bae27ae1bef5dc4290c1efc Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 3 Oct 2025 23:18:34 +0200 Subject: add clean target; fix contact typo --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 820adad..6ed3114 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,10 @@ HTML = $(patsubst %.md,%.html,$(shell find -name '*.md')) +.PHONY: all clean all: $(HTML) +clean: + rm -vf $(HTML) %.html: %.md process.py template.html python process.py $< $@ -- cgit v1.2.3-70-g09d2