diff --git a/Makefile b/Makefile index 3e6f48cf3..6f8f2e8f8 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,6 @@ PLUGIN_DIRS+= ${_${CATEGORY}} .endfor list: -.for PLUGIN_DIR in ${PLUGIN_DIRS} - @echo ${PLUGIN_DIR} -.endfor - -list-full: .for PLUGIN_DIR in ${PLUGIN_DIRS} @echo ${PLUGIN_DIR} -- $$(${MAKE} -C ${PLUGIN_DIR} -V PLUGIN_COMMENT) .endfor