diff --git a/Makefile b/Makefile index 3d6586c..699badf 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SRCS = %.go all: $(BINARY) -$(BINARY): **/**/*.go **/*.go *.go +$(BINARY): deps **/**/*.go **/*.go *.go go build -ldflags "-X main.buildCommit `git describe --long --tags --dirty --always`" ./cmd/ssh-chat deps: