David hace 10 años
padre
commit
1015b48877
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      Makefile

+ 8 - 0
Makefile

@@ -0,0 +1,8 @@
+all: main.tex pokemon.tex juego.tex
+	pdflatex main.tex	
+
+main.pdf:
+	pdflatex main.tex
+
+clean:
+	rm -f *.log *.aux