aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a35195c..bda106d 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ forge: $(filter-out forge,$(wildcard *)) version.go git_hooks_client/*.c git_hoo
git_hooks_client/git_hooks_client:
version.go:
- printf 'package main\nconst VERSION="%s"\n' $(shell git describe --tags --long --always --dirty) > $@
+ printf 'package main\nconst VERSION="%s"\n' $(shell git describe --tags --always --dirty) > $@
clean:
$(RM) forge version.go vendor