LDFLAGS?=--ldflags '-extldflags "-static"'
export CGO_ENABLED=0
build: jx
jx:
go build -o jx $(LDFLAGS) ./cmd/cli/main.go
test:
go test ./...