David 10 年之前
父节点
当前提交
1015b48877
共有 1 个文件被更改,包括 8 次插入0 次删除
  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