]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/dist/static_link/Makefile
with matita 0.99.2 we can validate lambdadelta_1 (as is) in 4 minutes
[helm.git] / matita / 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