refactor: remove install misspell command in Makefine

This commit is contained in:
Bo-Yi Wu
2019-03-18 22:41:03 +08:00
parent bb7abb9a0a
commit 455a68acdf

View File

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