Update Makefile
This commit is contained in:
parent
be1a010a7c
commit
dc39553a2f
8
Makefile
8
Makefile
|
@ -160,10 +160,10 @@ endif
|
||||||
ifneq ($(ONLY_CBLAS), 1)
|
ifneq ($(ONLY_CBLAS), 1)
|
||||||
$(MAKE) -C utest all
|
$(MAKE) -C utest all
|
||||||
endif
|
endif
|
||||||
ifneq ($(NO_CBLAS), 1)
|
#ifneq ($(NO_CBLAS), 1)
|
||||||
ifneq ($(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)
|
||||||
$(MAKE) -C cpp_thread_test all
|
$(MAKE) -C cpp_thread_test all
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue