One file per command

This commit is contained in:
2026-04-17 12:01:16 +02:00
parent 00a08b4f30
commit bb66fcc097
8 changed files with 169 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
NAME = ircserver
SRC = main.cpp Server/Server.cpp Client/Client.cpp
SRC = main.cpp Server/Server.cpp Client/Client.cpp \
commands/pass.cpp commands/nick.cpp commands/user.cpp \
OBJ = $(SRC:.cpp=.o)