.PHONY: build buildLinux build: go build -o build/ytools buildLinux: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o build/