]> matita.cs.unibo.it Git - helm.git/blob - helm/matita/dist/static_link/Makefile
ocaml 3.09 transition
[helm.git] / helm / matita / dist / static_link / Makefile
1 all: static_link
2 static_link: static_link.ml
3         ocamlfind ocamlc -package unix,str -linkpkg -o $@ $<
4 clean:
5         rm -f static_link.cm* static_link