summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-03 08:06:50 -0300
committerEuAndreh <eu@euandre.org>2024-08-03 08:06:50 -0300
commit402095e487ab18ca443981176e31ab5f7e2bda80 (patch)
treeb2fe6cf03d236bf82739bbb41116da0561fef517 /Makefile
parentsrc/lib.go: Add CopyData() (diff)
downloadgobang-402095e487ab18ca443981176e31ab5f7e2bda80.tar.gz
gobang-402095e487ab18ca443981176e31ab5f7e2bda80.tar.xz
Makefile: Include go.mod file in $(sources)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fdf1423..3221899 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ LDLIBS =
sources = \
+ go.mod \
src/lib.go \
src/cmd/main.go \