Explorar el Código

makefile informe

David hace 10 años
padre
commit
e482c35219
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. 4 0
      Makefile
  2. 1 0
      informe/informe.md

+ 4 - 0
Makefile

@@ -24,6 +24,10 @@ clean:
 	rm -f $(OBJS) $(MAIN)
 	rm -f *.png
 
+informe/informe.pdf: informe/informe.md
+
+informe: informe/informe.pdf
+	pandoc informe/informe.md -o informe/informe.pdf
 new: clean all
 
 ejercicio1: all

+ 1 - 0
informe/informe.md

@@ -0,0 +1 @@
+Hola