wt-tut-presentations/Makefile
2025-09-28 21:14:53 +02:00

9 lines
148 B
Makefile

all:
mkdir -p build/build
latexmk src/template/presentation.tex
mv build/presentation.pdf build/presentation_template.pdf
clean:
rm -rf build