mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-02 05:12:35 +00:00
Update Makefile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user