mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-22 16:51:01 +00:00
Make install automatically do a prepare.
This commit is contained in:
parent
44666a2603
commit
8df04ebece
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ clean:
|
||||||
build:
|
build:
|
||||||
source "$(IDF_PATH)/export.sh" && idf.py build
|
source "$(IDF_PATH)/export.sh" && idf.py build
|
||||||
|
|
||||||
install: build
|
install: prepare build
|
||||||
python3 tools/webusb_push.py "Template App" build/main.bin --run
|
python3 tools/webusb_push.py "Template App" build/main.bin --run
|
||||||
|
|
||||||
erase:
|
erase:
|
||||||
|
|
Loading…
Reference in a new issue