diff --git a/Makefile b/Makefile index 27caf2d..6c802db 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ run: go run main.go build: - go build -v + go build -v -ldflags "-s -w"