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 2e62fcc commit 674c261Copy full SHA for 674c261
Makefile
@@ -49,5 +49,6 @@ test:
49
50
clean:
51
$(GO) clean -x
52
+ rm -r bin
53
54
.PHONY: all build install test clean build-linux build-darwin build-windows build-linux-386 build-linux-amd64 build-linux-arm build-linux-arm64 build-darwin-amd64 build-darwin-arm64 build-windows-386 build-windows-amd64 build-windows-arm build-windows-arm64
0 commit comments