aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-09-29 06:58:34 -0300
committerEuAndreh <eu@euandre.org>2024-09-29 06:58:34 -0300
commit86dd8ae3aa8b6087278d16cf9b87bb5f0fd36138 (patch)
treee2727d5cbedfdf6f0304fcf84282809cae4c25ed
parentsrc/golite.go: Enforce foreign_keys=ON (diff)
downloadgolite-86dd8ae3aa8b6087278d16cf9b87bb5f0fd36138.tar.gz
golite-86dd8ae3aa8b6087278d16cf9b87bb5f0fd36138.tar.xz
Makefile: "var version" -> "const Version"
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b516772..13d9193 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ tests/libbuild.bin: tests/libbuild.a
go tool link $(GOLDFLAGS) -o $@ -L src --extldflags '$(LDLIBS)' $*.a
src/version.go: Makefile
- echo 'package $(NAME); var version = "$(VERSION)"' > $@
+ echo 'package $(NAME); const Version = "$(VERSION)"' > $@