X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_paramodulation%2FMakefile;h=ca2e5d1af8d9664aad387ab428295afab5b91bd2;hb=e082eec771e24842f29a01fa258f7c80bc2db599;hp=f4c10223999a12ff38bcaeb7de2ea57ce73eff53;hpb=2815c74c03f38089d0e27aba00e2280223b0f76f;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