Sfoglia il codice sorgente

Added makefile to compile LaTeX

Andrea Gus 8 anni fa
parent
commit
8461c5ba48
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 paper
+
+live:
+	latexmk -pdf -pvc -silent paper
+
+clean:
+	latexmk -C
+
+pdf: all
+	cp paper.pdf ../Gussoni_Andrea.pdf