Sfoglia il codice sorgente

Makedatei und PDF hinzugefügt

Martin Thoma 12 anni fa
parent
commit
1ee526604d
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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