Add connect task to the makefile

This commit is contained in:
luisbebop 2016-06-04 16:35:40 -03:00
parent c61f39bb1d
commit 71f4609cb5

View file

@ -221,6 +221,9 @@ size: $(PROGRAM_OUT)
test: flash
$(FILTEROUTPUT) --port $(ESPPORT) --baud 115200 --elf $(PROGRAM_OUT)
connect:
$(FILTEROUTPUT) --port $(ESPPORT) --baud 115200 --elf $(PROGRAM_OUT)
# the rebuild target is written like this so it can be run in a parallel build
# environment without causing weird side effects
rebuild: