diff options
author | EuAndreh <eu@euandre.org> | 2024-08-03 08:06:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-03 08:06:50 -0300 |
commit | 402095e487ab18ca443981176e31ab5f7e2bda80 (patch) | |
tree | b2fe6cf03d236bf82739bbb41116da0561fef517 /Makefile | |
parent | src/lib.go: Add CopyData() (diff) | |
download | gobang-402095e487ab18ca443981176e31ab5f7e2bda80.tar.gz gobang-402095e487ab18ca443981176e31ab5f7e2bda80.tar.xz |
Makefile: Include go.mod file in $(sources)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ LDLIBS = sources = \ + go.mod \ src/lib.go \ src/cmd/main.go \ |