Browse Source

Improve Makefile

master
LaTeX Anon 2 years ago
parent
commit
7484d7deb4
  1. 5
      Makefile

5
Makefile

@ -1,3 +1,6 @@
bboc.pdf: bboc.tex
bboc-good.pdf: bboc.tex
rm -f bboc.aux bboc.log bboc.out bboc.toc
pdflatex $^
pdflatex $^
cp bboc.pdf bboc-good.pdf

Loading…
Cancel
Save