diff --git a/Makefile b/Makefile index d562c46..3d67d92 100644 --- a/Makefile +++ b/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: