3 lines
93 B
Makefile
3 lines
93 B
Makefile
|
all:
|
||
|
ocamlfind ocamlc -g -linkpkg -thread -package batteries ${TARGET}.ml -o ${TARGET}.byte
|