diff --git a/Makefile b/Makefile index 43177ddc6..967ab1bb6 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ ifneq ($(ONLY_CBLAS), 1) $(MAKE) -C utest all endif ifneq ($(NO_CBLAS), 1) -Cifneq ($(ONLY_CBLAS), 1) +ifneq ($(ONLY_CBLAS), 1) $(MAKE) -C ctest all endif ifeq ($(CPP_THREAD_SAFETY_TEST), 1)