瀏覽代碼

added makefile

andreagus 8 年之前
父節點
當前提交
a745aa6e2a
共有 1 個文件被更改,包括 13 次插入0 次删除
  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