From: Lukas Jiriste Date: Sat, 20 Jan 2024 16:30:30 +0000 (+0100) Subject: Repair Makefile (wrong source file name) X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=00d5e380c8d606324eddbbe33c96b779768054a0;p=42%2Fminitalk.git Repair Makefile (wrong source file name) --- 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))