David il y a 10 ans
Parent
commit
1015b48877
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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