Add build system files

This commit is contained in:
2024-12-03 11:45:19 +01:00
parent 2527ca587e
commit e617bb573e
6 changed files with 106 additions and 25 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
all:
mkdir -p build/build
latexmk src/2024-12-03/presentation.tex
mv build/presentation.pdf build/presentation_2024-12-03.pdf
clean:
rm -rf build