Commit 53b4fc4
Changed files (1)
Makefile
@@ -3,3 +3,6 @@ build:
test:
go test ./...
+
+build-darwin:
+ CGO_ENABLED=1 go build -ldflags="-s -w -linkmode 'external'" .