Remove repl from the Makefile

This commit is contained in:
Correl Roush 2023-05-18 14:51:41 -04:00
parent 49396869d5
commit 8edea00b82
1 changed files with 2 additions and 5 deletions

View File

@ -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)