summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSoikk2025-06-06 21:10:34 +0200
committerSoikk2025-06-06 21:10:34 +0200
commit422898bc6fb8c48812cb50389fa4f13ba9358881 (patch)
treeb006ef3a9bbb17587c845634a207b403e1e8ce0a /Makefile
parent3687db3e3817a14e3d8e2be28a5ebec841707cdb (diff)
downloadsoikk-server-422898bc6fb8c48812cb50389fa4f13ba9358881.tar.xz
soikk-server-422898bc6fb8c48812cb50389fa4f13ba9358881.tar.zst
Added config
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff60ffe..c4a3aac 100755
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ else
RUNCMD = ./server.exe
endif
-OBJS = $(addprefix $(OBJDIR)/, bit.o str.o log.o list.o crc64.o dir.o net.o ipc.o)
+OBJS = $(addprefix $(OBJDIR)/, bit.o str.o log.o list.o crc64.o dir.o net.o ipc.o config.o)
INCL = -I$(LIBDIR) -I$(SRCDIR)