瀏覽代碼

Makedatei und PDF hinzugefügt

Martin Thoma 12 年之前
父節點
當前提交
1ee526604d
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      documents/Numerik/Klausur2/Makefile

+ 8 - 0
documents/Numerik/Klausur2/Makefile

@@ -0,0 +1,8 @@
+SOURCE = Klausur2
+make:
+	pdflatex -shell-escape $(SOURCE).tex -output-format=pdf
+	pdflatex -shell-escape $(SOURCE).tex -output-format=pdf
+	make clean
+
+clean:
+	rm -rf  $(TARGET) *.class *.html *.log *.aux *.out *.pyg