summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSoikk2025-12-01 22:57:12 +0100
committerSoikk2025-12-01 22:57:12 +0100
commit534303b80b5304a2b29d456d6b5c7a6ac1daaf1c (patch)
tree7125871c4995fa93f232dc5ffcc194257216febf /Makefile
parent718c999cfcac7a84ae78b47359d05281e9fda6b3 (diff)
downloadsoikk-server-534303b80b5304a2b29d456d6b5c7a6ac1daaf1c.tar.xz
soikk-server-534303b80b5304a2b29d456d6b5c7a6ac1daaf1c.tar.zst
Removed local sockets IPC and some cleanup
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32613f4..86ec8f4 100755
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ else
RUNCMD = ./server.exe
endif
-OBJS = $(addprefix $(OBJDIR)/, bit.o files.o str.o log.o list.o crc64.o net.o ipc.o mime.o rewrites.o config.o)
+OBJS = $(addprefix $(OBJDIR)/, bit.o files.o str.o log.o list.o crc64.o net.o mime.o rewrites.o config.o)
INCL = -I$(LIBDIR) -I$(SRCDIR)