Files
topics_compiler/slides/makefile
T
2026-06-02 22:57:36 +02:00

9 lines
143 B
Makefile

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