Skip to content

Commit

Permalink
Remove build-linux from PHONY
Browse files Browse the repository at this point in the history
Closes cosmos#384
  • Loading branch information
ethanfrey authored Apr 16, 2021
1 parent 69e59fe commit c76c07c
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 @@ -182,7 +182,7 @@ proto-lint:
proto-check-breaking:
@$(DOCKER_BUF) check breaking --against-input $(HTTPS_GIT)#branch=master

.PHONY: all build-linux install install-debug \
.PHONY: all install install-debug \
go-mod-cache draw-deps clean build format \
test test-all test-build test-cover test-unit test-race \
test-sim-import-export \

0 comments on commit c76c07c

Please sign in to comment.