mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix error in Makefile
This commit is contained in:
parent
1445104e2b
commit
b9ddea21bd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ lib_thread:
|
||||||
ocamlbuild $(OPTIONS) $(TARGETS_LIB) $(TARGET_THREAD_LIB)
|
ocamlbuild $(OPTIONS) $(TARGETS_LIB) $(TARGET_THREAD_LIB)
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
ocamlbuild $(OPTIONS) -thread -package oUnit -I . tests/run_tests.native
|
ocamlbuild $(OPTIONS) -package oUnit -I . tests/run_tests.native
|
||||||
|
|
||||||
bench:
|
bench:
|
||||||
ocamlbuild $(OPTIONS) -package bench -package unix -I . tests/benchs.native
|
ocamlbuild $(OPTIONS) -package bench -package unix -I . tests/benchs.native
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue