From 8df04ebecebc0ed8568afdf810ba4a160065d0f7 Mon Sep 17 00:00:00 2001 From: RobotMan2412 Date: Sat, 2 Jul 2022 20:31:41 +0200 Subject: [PATCH] Make install automatically do a prepare. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: