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