andreagus 8 anni fa
parent
commit
a745aa6e2a
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      source/Makefile

+ 13 - 0
source/Makefile

@@ -0,0 +1,13 @@
+.PHONY: clean all live pdf
+
+all:
+	latexmk -pdf -pv talk
+
+live:
+	latexmk -pdf -pvc -silent talk
+
+clean:
+	latexmk -C
+
+pdf: all
+	cp talk.pdf ../Backup.pdf