]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/template_makefile.in
fix
[helm.git] / helm / matita / template_makefile.in
index 6f4dc6322d717951422dc8a14afdb3662d9a3cbb..9af4cb0b60b8f725093433c0562923d0f5b41804 100644 (file)
@@ -1,5 +1,5 @@
 SRC=$(shell find @ROOT@ -name "*.ma" -a -type f)
-TODO=$(SRC:%.ma=%.moo)
+TODO=$(SRC:%.ma=%.mo)
 
 MATITAC=@CC@
 MATITACLEAN=@CLEAN@