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