mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
6 lines
58 B
Makefile
6 lines
58 B
Makefile
|
|
all:
|
|
ocamlbuild tests.native
|
|
|
|
clean:
|
|
ocamlbuild -clean
|