Parcourir la source

makefile informe

David il y a 10 ans
Parent
commit
e482c35219
2 fichiers modifiés avec 5 ajouts et 0 suppressions
  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