summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSoikk2025-06-14 02:48:33 +0200
committerSoikk2025-06-14 02:48:33 +0200
commit02d02ed4ddba4d66d3f1d5ec92bfe9ec4ca182d0 (patch)
tree9ac6a83eb11455314946af54f1d3740f015c99c9 /Makefile
parent4b87e75761cc90d6fe57dff08f8adc5559999508 (diff)
downloadsoikk-server-02d02ed4ddba4d66d3f1d5ec92bfe9ec4ca182d0.tar.xz
soikk-server-02d02ed4ddba4d66d3f1d5ec92bfe9ec4ca182d0.tar.zst
Reworked config. Added mime module. Reworked mime related functions in net module.
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2446219..fef954a 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 config.o)
+OBJS = $(addprefix $(OBJDIR)/, bit.o files.o str.o log.o list.o crc64.o net.o ipc.o mime.o config.o)
INCL = -I$(LIBDIR) -I$(SRCDIR)