Commit e3709c5f authored by kzkzzzz's avatar kzkzzzz

精简makefile

parent e600be6f
.PHONY: build
# build
build:
mkdir -p bin/ && go build -ldflags "-X main.Version=$(VERSION)" -o ./bin/ ./...
\ No newline at end of file
mkdir -p bin/ && go build -o ./bin/ ./...
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment