4 lines
74 B
Makefile
4 lines
74 B
Makefile
|
|
.PHONY: bench
|
||
|
|
bench:
|
||
|
|
dune exec check/check.exe
|
||
|
|
dune exec check/bench.exe
|