diff --git a/.gitignore b/.gitignore index fb30ca6..6d3322f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ sco +.DS_Store diff --git a/Makefile b/Makefile index 788b64b..5a139cd 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ go-get: vet: go vet ./... - bash -c 'test -z "$$(gofmt .)"' + bash -c 'test -z "$$(gofmt -l .)"' ./$(FN): */*.go cmd/*/*.go go-get vet cd cmd/$(FN) && go build -o ../../$(FN) $(GOFLAGS) . diff --git a/cmd/sco/main.go b/cmd/sco/main.go index 63a609f..93b9435 100644 --- a/cmd/sco/main.go +++ b/cmd/sco/main.go @@ -8,6 +8,7 @@ import ( var Version string var Commit string + var Buildarch string func main() {