Makefile 131 B

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