From 455a68acdff9c0dad50b2dc53c8add63e6d6d639 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 18 Mar 2019 22:41:03 +0800 Subject: [PATCH] refactor: remove install misspell command in Makefine --- Makefile | 3 --- 1 file changed, 3 deletions(-) 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)