X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FMakefile;h=6595af73e5768fab4b52fe44e82b957ba82a4581;hb=e57099824bce7206a8d60c2b05ced28f4e90933a;hp=97a34f70dde5ccdbb24805202f2521ae73ff5e5c;hpb=27f7b37455b0c1320f245dfb5ce698b105449ab0;p=helm.git diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index 97a34f70d..6595af73e 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/matita/Makefile @@ -145,7 +145,7 @@ rottener.opt: rottener.ml $(CLIBX_DEPS) $(CCMXS) $(MAINCMXS) $(H)echo " OCAMLOPT $<" $(H)$(OCAMLOPT) $(CPKGS) -package lablgtk2 -linkpkg -o $@ $(CCMXS) $(MAINCMXS) rottener.ml clean-rottened: - find . -type f -name "*.rottened.*.ma" -exec rm {} \; + find . -type f -name "*.ma.*.rottened" -exec rm {} \; matitatop: matitatop.ml $(CLIB_DEPS) $(CCMOS) $(H)echo " OCAMLC $<"