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