mirror of
https://gitlab.com/mathezirkel/content/matboj-regelwerk
synced 2025-04-20 16:21:54 +02:00
15 lines
151 B
Makefile
15 lines
151 B
Makefile
pdf:
|
|
latexmk
|
|
|
|
clean:
|
|
latexmk -c
|
|
|
|
clean-all:
|
|
latexmk -C
|
|
rm -rf build/
|
|
|
|
## Stuff to set up repository after cloning
|
|
|
|
|
|
|
|
.PHONY: pdf, clean, clean-all
|