code31: code31.ml
	ocamlc -vmthread -o $@ threads.cma $<

.PHONY: interface
interface: code31.ml
	ocamlc -vmthread -i $<
