]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_paramodulation/Makefile
Porting to ocaml 5
[helm.git] / matita / components / ng_paramodulation / Makefile
index f4c10223999a12ff38bcaeb7de2ea57ce73eff53..ca2e5d1af8d9664aad387ab428295afab5b91bd2 100644 (file)
@@ -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