Commit 53b4fc4

Karn Wong <[email protected]>
2025-08-24 05:06:30
make: add build-darwin
1 parent ff680bb
Changed files (1)
Makefile
@@ -3,3 +3,6 @@ build:
 
 test:
 	go test ./...
+
+build-darwin:
+	CGO_ENABLED=1 go build -ldflags="-s -w -linkmode 'external'" .