From b10ffbaceb22267559ca541b2c45c4b1601097f9 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 15 Apr 2020 20:11:02 +0200 Subject: [PATCH] Framework: small output for directory change --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cf1ed5ace..2b9da252c 100644 --- a/Makefile +++ b/Makefile @@ -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