Fix Subdirectory Artifact Builds

This commit is contained in:
2020-09-17 12:11:00 +02:00
parent be2883e29d
commit d367c181e1
+3 -1
View File
@@ -143,7 +143,9 @@ endef
define add_target
ifeq ($(.DEFAULT_GOAL),artifacts)
.DEFAULT_GOAL := $(1)
ifneq (,$(wildcard ./Makefile.conf))
.DEFAULT_GOAL := $(1)
endif
endif
ifneq (,$$(findstring .a,$(1)))