Makefile 317 B

123456789101112131415161718
  1. # CHANGELOG
  2. # Version 1.0: Erstellung des Makefile
  3. # Version des Makefile
  4. fileinfo := LaTeX Makefile
  5. author := Martin Thoma
  6. version := 1.0
  7. DATE=$(shell date +%Y-%m-%d)
  8. make:
  9. mpost meta.mp
  10. pdflatex class-diagram.tex -output-format=pdf
  11. make clean
  12. clean:
  13. rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.1