MathGame_V2/execution.sh

3 lines
162 B
Bash

rm *.cmi *.cmx
ocamlfind ocamlopt -linkpkg -package unix -linkpkg -package graphics csts.ml dynamic.ml math.ml drawing.ml menus.ml maeth.ml main.ml -o math
./math