Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/fosrl/newt
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwartz10612 committed Jan 5, 2025
2 parents d86a555 + 2797a23 commit 1d4a2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d4a2a1

Please sign in to comment.