Fix Subdirectory Artifact Builds
This commit is contained in:
@@ -143,7 +143,9 @@ endef
|
|||||||
|
|
||||||
define add_target
|
define add_target
|
||||||
ifeq ($(.DEFAULT_GOAL),artifacts)
|
ifeq ($(.DEFAULT_GOAL),artifacts)
|
||||||
.DEFAULT_GOAL := $(1)
|
ifneq (,$(wildcard ./Makefile.conf))
|
||||||
|
.DEFAULT_GOAL := $(1)
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$$(findstring .a,$(1)))
|
ifneq (,$$(findstring .a,$(1)))
|
||||||
|
|||||||
Reference in New Issue
Block a user