We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483dd20 commit 1885f16Copy full SHA for 1885f16
Makefile
@@ -158,7 +158,7 @@ protolint: prep check-tools-external
158
# now run as a pre-commit hook (and there's little value in
159
# making every build run the formatter), we've removed that
160
# dependency.
161
-prep: check-go-version
+prep: check-go-version clean
162
@echo "==> Running go generate..."
163
@GOARCH= GOOS= $(GO_CMD) generate $(MAIN_PACKAGES)
164
@GOARCH= GOOS= cd api && $(GO_CMD) generate $(API_PACKAGES)
@@ -389,3 +389,7 @@ ci-copywriteheaders:
389
.PHONY: all-packages
390
all-packages:
391
@echo $(ALL_PACKAGES) | tr ' ' '\n'
392
+
393
+.PHONY: clean
394
+clean:
395
+ @echo "==> Cleaning..."
0 commit comments