diff --git a/Makefile b/Makefile index 9135e4f4..8e189a22 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ lib_thread: ocamlbuild $(OPTIONS) $(TARGETS_LIB) $(TARGET_THREAD_LIB) tests: - ocamlbuild $(OPTIONS) -thread -package oUnit -I . tests/run_tests.native + ocamlbuild $(OPTIONS) -package oUnit -I . tests/run_tests.native bench: ocamlbuild $(OPTIONS) -package bench -package unix -I . tests/benchs.native