Remove repl from the Makefile
This commit is contained in:
parent
49396869d5
commit
8edea00b82
1 changed files with 2 additions and 5 deletions
7
Makefile
7
Makefile
|
@ -1,4 +1,4 @@
|
|||
.PHONY: all deps test-deps test deploy run reset repl
|
||||
.PHONY: all deps test-deps test deploy run reset
|
||||
|
||||
DEVICE ?= auto
|
||||
DEPS = umqtt.simple
|
||||
|
@ -6,7 +6,7 @@ TEST_DEPS = unittest
|
|||
|
||||
mpremote = mpremote connect $(DEVICE)
|
||||
|
||||
all: deps deploy reset repl
|
||||
all: deps deploy reset
|
||||
|
||||
deps: $(DEPS)
|
||||
|
||||
|
@ -30,6 +30,3 @@ run:
|
|||
|
||||
reset:
|
||||
$(mpremote) reset
|
||||
|
||||
repl:
|
||||
$(mpremote)
|
||||
|
|
Loading…
Reference in a new issue