X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhbugs%2Ftest%2FMakefile;h=0b3debf7470b305c2a2fae6359662a09078ddd2c;hb=1fb8d0192e1f7ee891c53dc282c9c9f111e63e3c;hp=9bd02bfa331a9a97e1ed3783a79218c3462c4992;hpb=4bf917b35e5ce1a71b5b8923800fb8eaba1b3943;p=helm.git diff --git a/helm/hbugs/test/Makefile b/helm/hbugs/test/Makefile index 9bd02bfa3..0b3debf74 100644 --- a/helm/hbugs/test/Makefile +++ b/helm/hbugs/test/Makefile @@ -1,4 +1,5 @@ -all: +all: test_serialization +test_serialization: test_serialization.ml OCAMLPATH="../meta" ocamlfind ocamlc -linkpkg -package hbugs-common -o test_serialization test_serialization.ml clean: rm -f *.cm[io] test_serialization