Files
TIPE2021/Makefile
T
2020-11-12 18:06:02 +01:00

8 lines
82 B
Makefile

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