From 00d5e380c8d606324eddbbe33c96b779768054a0 Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Sat, 20 Jan 2024 17:30:30 +0100 Subject: [PATCH] Repair Makefile (wrong source file name) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82bb9d5..658fbf2 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ INCLUDE := $(addprefix -I, $(INCDIR) $(SUBINCDIR)) SRCDIR := src -SOURCES := main.c \ +SOURCES := server.c \ SOURCES := $(addprefix $(SRCDIR)/, $(SOURCES)) -- 2.30.2