Skip to content

Commit

Permalink
Framework: small output for directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Apr 15, 2020
1 parent f8bd08e commit b10ffba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b10ffba

Please sign in to comment.