Add default operation to Makefile: prepare, build and flash
This commit is contained in:
parent
0986203a68
commit
66d9be373e
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -6,6 +6,8 @@ SHELL := /usr/bin/env bash
|
|||
|
||||
.PHONY: prepare clean build flash erase monitor menuconfig image qemu install
|
||||
|
||||
all: prepare build flash
|
||||
|
||||
prepare:
|
||||
git submodule update --init --recursive
|
||||
cd esp-idf; bash install.sh
|
||||
|
|
Loading…
Reference in a new issue