diff --git a/examen/Makefile b/examen/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..2d196673536300d8e13ca1663dba4e6ad6b28e28 --- /dev/null +++ b/examen/Makefile @@ -0,0 +1,5 @@ +EXAMEN=intEdo + +$(EXAMEN).pdf: $(EXAMEN).md + pandoc -s -o $(EXAMEN).pdf $(EXAMEN).md --filter=pandoc-numbering --filter=pandoc-crossref --template=../default.latex --pdf-engine pdflatex +