We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482c613 commit a99693cCopy full SHA for a99693c
Makefile
@@ -11,6 +11,7 @@ define DIR_template
11
endef
12
$(foreach dir, $(filter-out configure,$(DIRS)),$(eval $(call DIR_template,$(dir))))
13
14
+testApp_DEPEND_DIRS += src
15
iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS))
16
17
include $(TOP)/configure/RULES_TOP
0 commit comments