From b9ddea21bdce9a64a41cf2e7ae864d11cdbad0e0 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 20 Mar 2013 09:41:59 +0100 Subject: [PATCH] fix error in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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