Files
toolset/Makefile
2022-04-22 18:19:20 +08:00

10 lines
181 B
Makefile

GOBIN := $(shell go env GOBIN)
ATDIR := $(shell pwd)
# mac 系统更新path可能不全
export PATH := $(GOBIN):$(PATH)
build:
go build -ldflags="-w -s" -o $(GOBIN)/toolset ./