X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftemplate_makefile.in;h=9af4cb0b60b8f725093433c0562923d0f5b41804;hb=4ff22fdab1215482f4e149bd6986f28676790b76;hp=6f4dc6322d717951422dc8a14afdb3662d9a3cbb;hpb=afde811cd8ac8fdfebf169dfb1196493e42bbba1;p=helm.git diff --git a/helm/matita/template_makefile.in b/helm/matita/template_makefile.in index 6f4dc6322..9af4cb0b6 100644 --- a/helm/matita/template_makefile.in +++ b/helm/matita/template_makefile.in @@ -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@