mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-12 23:27:17 +03:00
Update Makefile to new ldflags syntax
This commit is contained in:
parent
64335f33d7
commit
f8601c1b90
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,6 @@
|
||||
/build
|
||||
host_key
|
||||
host_key.pub
|
||||
ssh-chat
|
||||
*.log
|
||||
.*
|
||||
|
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ SRCS = %.go
|
||||
all: $(BINARY)
|
||||
|
||||
$(BINARY): deps **/**/*.go **/*.go *.go
|
||||
go build -ldflags "-X main.buildCommit `git describe --long --tags --dirty --always`" ./cmd/ssh-chat
|
||||
go build -ldflags "-X main.buildCommit=`git describe --long --tags --dirty --always`" ./cmd/ssh-chat
|
||||
|
||||
deps:
|
||||
go get ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user