mirror of
https://gitlab.com/mathezirkel/content/matboj-regelwerk
synced 2024-11-08 15:21:33 +01: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
|