diff --git a/Makefile b/Makefile index f666946..5c440e2 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ install: @echo $(TS) Installing... @go get -u github.com/andygeiss/assert @go get -u github.com/andygeiss/esp32-controller - @go get -u github.com/andygeiss/esp32-transpiler + @go get -u github.com/andygeiss/esp32-transpiler @echo $(TS) Done. test: