Makefile 113 B

12345678
  1. all: main.tex pokemon.tex juego.tex
  2. pdflatex main.tex
  3. main.pdf:
  4. pdflatex main.tex
  5. clean:
  6. rm -f *.log *.aux