]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/paramodulation/Makefile
fixed coercions undoooing
[helm.git] / helm / ocaml / tactics / paramodulation / Makefile
index 467def96946914d38f878dc11cf3fe97b1d0b8fb..880b959533c805b0a539c52a2b5cf6595cf2bb05 100644 (file)
@@ -4,8 +4,8 @@ LOCALLINKOPTS = -package helm-cic_disambiguation,helm-content_pres,helm-grafite,
 
 include ../../Makefile.common
 
-all:saturate
-opt:saturate.opt
+all $(PACKAGE).cma :saturate 
+opt $(PACKAGE).cmxa:saturate.opt
 
 saturate: saturate_main.ml $(LIBRARIES)
        $(OCAMLC) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $<