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