summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-09-30 21:01:54 -0300
committerEuAndreh <eu@euandre.org>2024-09-30 21:01:54 -0300
commita7bd1bb1d0358621b2333656784f38fcc2025393 (patch)
tree68709246b3d074b0144565b8f0dbd1c78712b528 /Makefile
parents/AssertEqual/TAssertEqual/g (diff)
downloadgobang-a7bd1bb1d0358621b2333656784f38fcc2025393.tar.gz
gobang-a7bd1bb1d0358621b2333656784f38fcc2025393.tar.xz
Add noop mkdeps.sh and empty deps.mk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4adcdce..66d6deb 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,10 @@ GOLDFLAGS = -L $(GOLIBDIR)
+all:
+include deps.mk
+
+
objects = \
src/$(NAME).a \
tests/$(NAME).a \