We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a89d0 commit c871334Copy full SHA for c871334
Makefile
@@ -43,7 +43,7 @@ build_option:
43
${CURRENT_DIR}/tools/menuconf-to-alterconf.sh ${CURRENT_DIR}/.build_option
44
45
clean:
46
- @sudo ${CURRENT_DIR}/${BUILD_SCRIPT} --noconfirm clean
+ @sudo ${CURRENT_DIR}/${BUILD_SCRIPT} --noconfirm --debug clean
47
48
build:build_option
49
$(eval BUILD_OPTION := $(shell cat ${CURRENT_DIR}/.build_option))
0 commit comments