jx/Makefile

8 lines
131 B
Makefile
Raw Normal View History

2024-03-27 20:46:17 +00:00
LDFLAGS?=--ldflags '-extldflags "-static"'
export CGO_ENABLED=0
build: decl
decl:
go build -o decl $(LDFLAGS) ./cmd/cli/main.go