TIPE2021/Makefile

8 lines
82 B
Makefile

%.cmx: %.ml
ocamlopt -c $<
tipe: tipe.cmx
ocamlopt -o tipe str.cmxa tipe.cmx