]> matita.cs.unibo.it Git - helm.git/commitdiff
fix
authorEnrico Tassi <enrico.tassi@inria.fr>
Thu, 12 Jan 2006 14:30:25 +0000 (14:30 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Thu, 12 Jan 2006 14:30:25 +0000 (14:30 +0000)
helm/ocaml/tactics/paramodulation/Makefile

index 8baf84c474780d42d8b5adac1e2cb369de423013..467def96946914d38f878dc11cf3fe97b1d0b8fb 100644 (file)
@@ -2,6 +2,8 @@ PACKAGE = dummy
 
 LOCALLINKOPTS = -package helm-cic_disambiguation,helm-content_pres,helm-grafite,helm-grafite_parser,helm-tactics
 
+include ../../Makefile.common
+
 all:saturate
 opt:saturate.opt
 
@@ -10,8 +12,6 @@ saturate: saturate_main.ml $(LIBRARIES)
 saturate.opt: saturate_main.ml $(LIBRARIES)
        $(OCAMLOPT) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $<
 
-include ../../Makefile.common
-
 clean:
        rm -f saturate saturate.opt