mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-15 00:20:37 +03:00
make deps
should be recursive
That way it gets the packages needed by `cmd/ssh-chat/...`
This commit is contained in:
parent
0ab31046c0
commit
ebd08408d1
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ $(BINARY): **/**/*.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:
|
deps:
|
||||||
go get .
|
go get ./...
|
||||||
|
|
||||||
build: $(BINARY)
|
build: $(BINARY)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user