diff --git a/Makefile b/Makefile index 289f0eca5..4a109e209 100644 --- a/Makefile +++ b/Makefile @@ -160,10 +160,10 @@ endif ifneq ($(ONLY_CBLAS), 1) $(MAKE) -C utest all endif -ifneq ($(NO_CBLAS), 1) -ifneq ($(ONLY_CBLAS), 1) - $(MAKE) -C ctest all -endif +#ifneq ($(NO_CBLAS), 1) +#ifneq ($(ONLY_CBLAS), 1) +# $(MAKE) -C ctest all +#endif ifeq ($(CPP_THREAD_SAFETY_TEST), 1) $(MAKE) -C cpp_thread_test all endif