ocaml_project/Makefile
2019-11-06 14:11:10 +01:00

7 lines
73 B
Makefile

main:
ocamlbuild ftest.native
clean:
rm -rf _build/
rm ftest.native