From 4b87e75761cc90d6fe57dff08f8adc5559999508 Mon Sep 17 00:00:00 2001 From: Soikk Date: Fri, 13 Jun 2025 21:40:24 +0200 Subject: Removed dir.h and added files.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c4a3aac..2446219 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 config.o) +OBJS = $(addprefix $(OBJDIR)/, bit.o files.o str.o log.o list.o crc64.o net.o ipc.o config.o) INCL = -I$(LIBDIR) -I$(SRCDIR) -- cgit v1.2.3