Makefile 221 B

123456789
  1. SOURCE = Basic
  2. make:
  3. pdflatex $(SOURCE).tex -output-format=pdf
  4. make clean
  5. clean:
  6. rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.glo *.glg *.gls *.ist *.xdy *.1 *.toc *.snm *.nav *.vrb *.fls *.fdb_latexmk *.pyg