Update Makefile

This commit is contained in:
Martin Kroeker 2022-10-04 18:49:36 +02:00 committed by GitHub
parent be1a010a7c
commit dc39553a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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