4 lines
74 B
Makefile
4 lines
74 B
Makefile
run:
|
|
ocamlfind ocamlc -package graphics -linkpkg cube.ml -o cube
|
|
./cube
|