X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fhbugs%2Ftest%2FMakefile;fp=helm%2Focaml%2Fhbugs%2Ftest%2FMakefile;h=0b3debf7470b305c2a2fae6359662a09078ddd2c;hb=a21777bd2ac02fd346f168ead468405e4c300855;hp=0000000000000000000000000000000000000000;hpb=3d4c7ffba4f58ba6e0184e1493d1bd3087096f47;p=helm.git diff --git a/helm/ocaml/hbugs/test/Makefile b/helm/ocaml/hbugs/test/Makefile new file mode 100644 index 000000000..0b3debf74 --- /dev/null +++ b/helm/ocaml/hbugs/test/Makefile @@ -0,0 +1,5 @@ +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