diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)"' > $@ |