Made a basic arg parser and shell implementation of the Server class
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,14 +1,8 @@
|
||||
NAME = ircserv
|
||||
|
||||
SRC = main.cpp Server/Server.cpp Client/Client.cpp \
|
||||
Channel/Channel.cpp \
|
||||
commands/pass.cpp commands/nick.cpp commands/user.cpp \
|
||||
commands/join.cpp commands/privmsg.cpp \
|
||||
commands/part.cpp
|
||||
SRC = main.cpp Server/Server.cpp
|
||||
|
||||
HEADERS = Client/Client.hpp \
|
||||
Server/Server.hpp \
|
||||
Channel/Channel.hpp
|
||||
HEADERS = Server/Server.hpp
|
||||
|
||||
OBJ = $(SRC:.cpp=.o)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user