From 05f1c7208126114ecac92c9b8a754b8d4dc47e8e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 27 Sep 2024 15:23:04 -0300 Subject: Makefile: "var version" -> "const Version" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9caae43..faf264c 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ tests/main.bin: tests/main.a go tool link $(GOLDFLAGS) -o $@ -L $(@D) --extldflags '$(LDLIBS)' $*.a src/version.go: Makefile - echo 'package $(NAME); var version = "$(VERSION)"' > $@ + echo 'package $(NAME); const Version = "$(VERSION)"' > $@ -- cgit v1.2.3