Explorar el Código

Makedatei und PDF hinzugefügt

Martin Thoma hace 12 años
padre
commit
1ee526604d
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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