diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-27 23:37:44 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-27 23:37:44 +0800 |
commit | 6107c9e71ebabcb90a3637f1958c67ca4eb5e581 (patch) | |
tree | 5bb25e783dfa078458041bad184f0d4c107e346e | |
parent | Don't use extra source in CI (diff) | |
download | forge-6107c9e71ebabcb90a3637f1958c67ca4eb5e581.tar.gz forge-6107c9e71ebabcb90a3637f1958c67ca4eb5e581.tar.zst forge-6107c9e71ebabcb90a3637f1958c67ca4eb5e581.zip |
One more blank line for version.go
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |