Skip to content

Commit

Permalink
Update GNUmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
paddycarver authored Nov 11, 2019
1 parent 3e207ad commit 9900830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ lint:

tools:
@echo "==> installing required tooling..."
GO111MODULE=on go install github.com/client9/misspell/cmd/misspell
GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint
go install github.com/client9/misspell/cmd/misspell
go install github.com/golangci/golangci-lint/cmd/golangci-lint


test-compile:
Expand Down

0 comments on commit 9900830

Please sign in to comment.