summaryrefslogtreecommitdiff
path: root/00-pflichtenheft/Makefile
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2024-05-24 17:42:08 +0200
committerOrangerot <purple@orangerot.dev>2024-05-24 17:47:22 +0200
commit7fcdc1c788725f866de71fc9dfd8c4d1cb132b57 (patch)
tree89931c85ae3f149884ba02c69862558e93f01531 /00-pflichtenheft/Makefile
Initial commitHEADmain
Diffstat (limited to '00-pflichtenheft/Makefile')
-rw-r--r--00-pflichtenheft/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/00-pflichtenheft/Makefile b/00-pflichtenheft/Makefile
new file mode 100644
index 0000000..6277cc3
--- /dev/null
+++ b/00-pflichtenheft/Makefile
@@ -0,0 +1,10 @@
+MAIN = pflichtenheft
+FLAGS = -pdf
+
+all:
+ latexmk $(FLAGS) $(MAIN)
+dev:
+ latexmk $(FLAGS) -pvc $(MAIN)
+clean:
+ latexmk -C
+