Skip to content

Commit

Permalink
Makefile syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
rafecolton committed Mar 29, 2020
1 parent 4a87b30 commit 760a50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test:
fmtpolice: $(PWD)/_testing/bin/fmtpolice $(GOPATH)/bin/golint
./_testing/bin/fmtpolice

$(GOPATH)/bin/golint
$(GOPATH)/bin/golint:
go get -u golang.org/x/lint/golint

$(PWD)/_testing/bin/fmtpolice:
Expand Down

0 comments on commit 760a50a

Please sign in to comment.