Fix Makefile

This commit is contained in:
Sergio R. Caprile 2022-07-22 14:01:32 -03:00
parent d1828ecdb4
commit 0ffec91984

View File

@ -11,9 +11,10 @@ example:
build: Makefile $(wildcard main/*)
docker run --rm $(DA) -v $(MNT):$(MNT) -w $(CWD) espressif/idf idf.py $(CMD)
flash: build
flash: CMD = flash monitor
flash:
flash: CMD = flash
flash: DA = --device $(PORT)
flash: build
bridge.hex: build
esputil mkhex \