Repair Makefile (wrong source file name)
authorLukas Jiriste <ljiriste@student.42prague.com>
Sat, 20 Jan 2024 16:30:30 +0000 (17:30 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Sat, 20 Jan 2024 16:30:30 +0000 (17:30 +0100)
Makefile

index 82bb9d5a1bd280ddab91beac34dda4d9192a0426..658fbf2149164aa2611a1130eb08eee2ce2c76ca 100644 (file)
--- 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))