From 2797a237f91ede80deac9bc73558551d964a3d2e Mon Sep 17 00:00:00 2001 From: Milo Schwartz Date: Sat, 4 Jan 2025 17:57:28 -0500 Subject: [PATCH] remove goos from local --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 16585f1..015c5b8 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ test: docker run fosrl/newt:latest local: - CGO_ENABLED=0 GOOS=linux go build -o newt + CGO_ENABLED=0 go build -o newt clean: - rm newt \ No newline at end of file + rm newt