This commit is contained in:
Owen Schwartz 2025-01-04 21:23:04 -05:00
commit 1d4a2a1185
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -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
rm newt