From e565ef5500005cc46f1f35fed40a6630f29116c4 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 4 Oct 2022 20:49:27 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a109e209..86096da5b 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,7 @@ endif ifneq ($(ONLY_CBLAS), 1) $(MAKE) -C utest all endif -#ifneq ($(NO_CBLAS), 1) +ifneq ($(NO_CBLAS), 1) #ifneq ($(ONLY_CBLAS), 1) # $(MAKE) -C ctest all #endif