Browse Source

Added makefile to compile LaTeX

Andrea Gus 8 years ago
parent
commit
8461c5ba48
1 changed files with 13 additions and 0 deletions
  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