diff --git a/Makefile b/Makefile index 7a39c80..dd653aa 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,6 @@ TS=$(shell date -u '+%Y/%m/%d %H:%M:%S') all: test -packages: - @echo $(TS) Installing Go packages ... - @go get -u github.com/andygeiss/assert - @go get -u github.com/andygeiss/esp32-controller - @go get -u github.com/andygeiss/log - @echo $(TS) Done. - test: @echo $(TS) Testing ... @go test -v ./...