fix error in Makefile

This commit is contained in:
Simon Cruanes 2013-03-20 09:41:59 +01:00
parent 1445104e2b
commit b9ddea21bd

View file

@ -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