add debug button

This commit is contained in:
Oskar Wickström
2024-08-25 10:31:12 +02:00
parent 2d83cb9f8f
commit b3fc119ff4
5 changed files with 18 additions and 6 deletions

View File

@@ -5,6 +5,6 @@ clean:
rm -f index.html
index.html: index.md template.html Makefile
pandoc -s --css reset.css --css index.css -i $< -o $@ --template=template.html
pandoc --toc -s --css reset.css --css index.css -i $< -o $@ --template=template.html
.PHONY: all clean