From e5e1afae50f957bed264a0acdfbc5d8ccfdade6a Mon Sep 17 00:00:00 2001 From: Samy Ben Tayeb Date: Tue, 20 May 2025 17:18:39 +0200 Subject: [PATCH] update Makefile for PollManager.cpp in src --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 99b41ab..9c331ce 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ SRC = sources/core/main.cpp \ sources/core/Server.cpp \ sources/core/check.cpp \ sources/core/parser.cpp \ + sources/core/PollManager.cpp \ INC_DIR = include/core \