From 534303b80b5304a2b29d456d6b5c7a6ac1daaf1c Mon Sep 17 00:00:00 2001 From: Soikk Date: Mon, 1 Dec 2025 22:57:12 +0100 Subject: Removed local sockets IPC and some cleanup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3