]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/Makefile
Even if the error is not localized, it was not a good idea to make the unification...
[helm.git] / helm / software / matita / Makefile
index a72357809e9775a8b6f8f6b626acfd10c1c2752c..6595af73e5768fab4b52fe44e82b957ba82a4581 100644 (file)
@@ -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 $<"