diff options
| author | EuAndreh <eu@euandre.org> | 2024-09-27 15:05:15 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-09-27 15:06:15 -0300 |
| commit | 6dc71cf0163fc1509b1179144a64a73946761a80 (patch) | |
| tree | 4ddbb10495fcdccbe8593c3b501529824e5567c5 /Makefile | |
| parent | src/gobang.go: Increase sourceInfoSkip from 3 to 4 (diff) | |
| download | gobang-6dc71cf0163fc1509b1179144a64a73946761a80.tar.gz gobang-6dc71cf0163fc1509b1179144a64a73946761a80.tar.xz | |
Makefile: make "vesion" public and a `const`
Diffstat (limited to 'Makefile')
| -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)"' > $@ |
