aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-27 23:35:47 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-27 23:35:47 +0800
commitcac5be21a06bad465a8ff06aa691e6d3c0b29475 (patch)
treecbfe15f0ad71903e971fab972c3c21f4ad7ef4bd
parentLint and add CI (diff)
downloadforge-cac5be21a06bad465a8ff06aa691e6d3c0b29475.tar.gz
forge-cac5be21a06bad465a8ff06aa691e6d3c0b29475.tar.zst
forge-cac5be21a06bad465a8ff06aa691e6d3c0b29475.zip
Attempt to fix that lint issue
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55d5ddd..89d1207 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\nconst VERSION = "%s"\n' $(shell git describe --tags --always --dirty) > $@
clean:
$(RM) forge version.go vendor