mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
Framework: small output for directory change
This commit is contained in:
parent
f8bd08e12c
commit
b10ffbaceb
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue