Framework: small output for directory change

This commit is contained in:
Franco Fichtner 2020-04-15 20:11:02 +02:00
parent f8bd08e12c
commit b10ffbaceb
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ TARGETS= clean lint style style-fix style-python sweep test
.for TARGET in ${TARGETS}
${TARGET}:
. for PLUGIN_DIR in ${PLUGIN_DIRS}
@echo ">>> Entering ${PLUGIN_DIR}"
@${MAKE} -C ${PLUGIN_DIR} ${TARGET}
. endfor
.endfor