From 6107c9e71ebabcb90a3637f1958c67ca4eb5e581 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 27 Mar 2025 23:37:44 +0800 Subject: One more blank line for version.go --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3