Skip to content

Commit c871334

Browse files
committed
[update] : Show debug message in make clean
1 parent 77a89d0 commit c871334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ build_option:
4343
${CURRENT_DIR}/tools/menuconf-to-alterconf.sh ${CURRENT_DIR}/.build_option
4444

4545
clean:
46-
@sudo ${CURRENT_DIR}/${BUILD_SCRIPT} --noconfirm clean
46+
@sudo ${CURRENT_DIR}/${BUILD_SCRIPT} --noconfirm --debug clean
4747

4848
build:build_option
4949
$(eval BUILD_OPTION := $(shell cat ${CURRENT_DIR}/.build_option))

0 commit comments

Comments
 (0)