Files
topics_compiler/slides/makefile
T
2026-06-01 22:21:22 +02:00

9 lines
142 B
Makefile

.PHONY: clean bib
all: clean bib compile
clean:
rm -rf ./out
compile:
marp src.md --theme ./themes/academic.css -o out/presentation.html