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 6aab0d6 commit a2f1991Copy full SHA for a2f1991
1 file changed
Makefile
@@ -41,7 +41,7 @@ vet: ## Run go vet against code.
41
go vet ./...
42
43
.PHONY: compress
44
-compress: .bin/upx
+compress: .bin
45
upx -5 ./.bin/$(NAME)_linux_amd64 ./.bin/$(NAME)_linux_arm64 ./.bin/$(NAME).exe
46
47
.PHONY: linux
0 commit comments