Update Makefile

This commit is contained in:
Martin Kroeker 2022-06-20 18:31:37 +02:00 committed by GitHub
parent 3d11092ab5
commit 436a566c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ ifneq ($(ONLY_CBLAS), 1)
$(MAKE) -C utest all $(MAKE) -C utest all
endif endif
ifneq ($(NO_CBLAS), 1) ifneq ($(NO_CBLAS), 1)
Cifneq ($(ONLY_CBLAS), 1) ifneq ($(ONLY_CBLAS), 1)
$(MAKE) -C ctest all $(MAKE) -C ctest all
endif endif
ifeq ($(CPP_THREAD_SAFETY_TEST), 1) ifeq ($(CPP_THREAD_SAFETY_TEST), 1)