mirror of
https://github.com/fosrl/newt.git
synced 2025-05-13 13:40: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
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ test:
|
||||||
docker run fosrl/newt:latest
|
docker run fosrl/newt:latest
|
||||||
|
|
||||||
local:
|
local:
|
||||||
CGO_ENABLED=0 GOOS=linux go build -o newt
|
CGO_ENABLED=0 go build -o newt
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm newt
|
rm newt
|
Loading…
Reference in a new issue