mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
14 lines
139 B
Makefile
14 lines
139 B
Makefile
all:
|
|
@dune build @all
|
|
|
|
watch:
|
|
@dune build @all -w
|
|
|
|
test:
|
|
@dune runtest --force --no-buffer
|
|
|
|
clean:
|
|
@dune clean
|
|
|
|
doc:
|
|
@dune build @doc
|