Remove build-linux from PHONY

Closes #384
This commit is contained in:
Ethan Frey
2021-04-16 15:23:59 +02:00
committed by GitHub
parent 69e59fe505
commit c76c07c0d8

View File

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