mirror of
https://github.com/kovetskiy/mark.git
synced 2026-03-14 06:07:36 +08:00
Update Makefile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
664a99cd00
commit
8205794e7b
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ build:
|
|||||||
CGO_ENABLED=0 go build \
|
CGO_ENABLED=0 go build \
|
||||||
-ldflags "-X main.version=$(VERSION) -X main.commit=$(COMMIT)" \
|
-ldflags "-X main.version=$(VERSION) -X main.commit=$(COMMIT)" \
|
||||||
-gcflags "-trimpath $(GOPATH)/src" \
|
-gcflags "-trimpath $(GOPATH)/src" \
|
||||||
-o mark \
|
-o $(NAME) \
|
||||||
./cmd/mark
|
./cmd/mark
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user