Make install automatically do a prepare.

This commit is contained in:
RobotMan2412 2022-07-02 20:31:41 +02:00
parent 44666a2603
commit 8df04ebece

View file

@ -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: