mirror of
https://github.com/fosrl/newt.git
synced 2025-05-13 05:30:39 +01:00
Merge branch 'main' of https://github.com/fosrl/newt
This commit is contained in:
commit
1d4a2a1185
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
rm newt
|
||||
|
|
Loading…
Reference in a new issue