diff --git a/Makefile b/Makefile index 541833b..42b6cd7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION := $(shell cat ./VERSION) build: - go build github_to_gogs.go + go build -ldflags="-s -w" github_to_gogs.go release: