mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-03-15 19:31:43 +00:00
All Apps to override clean and menuconfig targets in makefile
This commit is contained in:
parent
ae3d2add92
commit
a66562ca53
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +47,10 @@ ninja:Makefile
|
|||
$(CMAKE) -S . -B build -G Ninja $(cmake_definition)
|
||||
cd build && ninja && ninja combine
|
||||
|
||||
clean:
|
||||
clean::
|
||||
$(RM) build
|
||||
|
||||
menuconfig:
|
||||
menuconfig::
|
||||
python $(BL_SDK_BASE)/tools/kconfig/menuconfig.py
|
||||
|
||||
flash:
|
||||
|
|
Loading…
Add table
Reference in a new issue