From c76c07c0d89bb2d44b2d3aaa4ced18740aedc0f9 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Fri, 16 Apr 2021 15:23:59 +0200 Subject: [PATCH] Remove build-linux from PHONY Closes #384 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d27595426b..c97f8dc653 100644 --- a/Makefile +++ b/Makefile @@ -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 \