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:
|
||||
source "$(IDF_PATH)/export.sh" && idf.py build
|
||||
|
||||
install: build
|
||||
install: prepare build
|
||||
python3 tools/webusb_push.py "Template App" build/main.bin --run
|
||||
|
||||
erase:
|
||||
|
|
Loading…
Reference in a new issue