Makefile 133 B

1234567
  1. make:
  2. pdflatex mathe-lineare-algebra.tex -output-format=pdf
  3. make clean
  4. clean:
  5. rm -rf $(TARGET) *.class *.html *.log *.aux *.out