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