From dc39553a2f9c44a70b3e38821f66b1dfcbcba88d Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 4 Oct 2022 18:49:36 +0200 Subject: [PATCH] Update Makefile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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