From d367c181e1fbadf16aee21e94f51c886d1530c57 Mon Sep 17 00:00:00 2001 From: JDierkse Date: Thu, 17 Sep 2020 12:11:00 +0200 Subject: [PATCH] Fix Subdirectory Artifact Builds --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30a7f00..b8e6deb 100644 --- a/Makefile +++ b/Makefile @@ -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)))