Browse Source

Added makefile to compile LaTeX

Andrea Gus 8 năm trước cách đây
mục cha
commit
8461c5ba48
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  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