浏览代码

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