X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_paramodulation%2FMakefile;h=ca2e5d1af8d9664aad387ab428295afab5b91bd2;hb=6b76c5b3b82753966cabffd8536d8dd9f8cada20;hp=f4c10223999a12ff38bcaeb7de2ea57ce73eff53;hpb=aa5c8c99c9f7ae285883cff133fc02b3d064888c;p=helm.git diff --git a/matita/components/ng_paramodulation/Makefile b/matita/components/ng_paramodulation/Makefile index f4c102239..ca2e5d1af 100644 --- a/matita/components/ng_paramodulation/Makefile +++ b/matita/components/ng_paramodulation/Makefile @@ -8,7 +8,11 @@ INTERFACE_FILES = \ IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) -all: +all: hash.o +opt: hash.o + +hash.o: + gcc -I `ocamlc -where`/caml/ -c hash.c include ../../Makefile.defs include ../Makefile.common