diff --git a/Makefile b/Makefile index 536d759..566311f 100644 --- a/Makefile +++ b/Makefile @@ -41,9 +41,6 @@ ifeq ($(ANDROID_TEST_TOKEN),) endif @echo "Already set ANDROID_API_KEY and ANDROID_TEST_TOKEN globale variable." -$(MISSPELL): - $(GO) get -u github.com/client9/misspell/cmd/misspell - .PHONY: fmt fmt: $(GOFMT) -w $(GOFILES)