From 436a566c3b53573c237fd17890c1348b722bad17 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 20 Jun 2022 18:31:37 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)