From 9b81c20dac38efdcfe9ea8455ec0e443b4b642ac Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Thu, 5 Sep 2024 22:10:36 -0700 Subject: feat: add grumps build --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d78e31e..4ad64fc 100644 --- a/Makefile +++ b/Makefile @@ -45,3 +45,6 @@ tidy: tidy-lint: go mod tidy git diff --exit-code -- go.mod go.sum + +grumps-build: + CGO_ENABLED=0 go build -ldflags="-w -s" -o sally -- cgit v1.2.3