X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FMakefile;h=6595af73e5768fab4b52fe44e82b957ba82a4581;hb=b89690596acb0b24f1fd45da28ac04b4ad217e98;hp=a72357809e9775a8b6f8f6b626acfd10c1c2752c;hpb=dbf2689a206bb4f7a3b36f6e40a88a47c8ad6e09;p=helm.git diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index a72357809..6595af73e 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/matita/Makefile @@ -144,6 +144,8 @@ rottener: rottener.ml $(CLIB_DEPS) $(CCMOS) $(MAINCMOS) 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 "*.ma.*.rottened" -exec rm {} \; matitatop: matitatop.ml $(CLIB_DEPS) $(CCMOS) $(H)echo " OCAMLC $<"