Skip to content

Commit

Permalink
make it compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jdomingu98 committed Apr 27, 2024
1 parent 2517595 commit 1f7b493
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PARSER_PREFIXS = Command User Pass Nick Quit PrivateMessage Join Part Invite Mod
PARSER_FILES = $(addsuffix Parser, $(PARSER_PREFIXS))
PARSER_SRCS = $(addprefix $(PARSER_DIR), $(PARSER_FILES))

FILES = main Server User Channel Utils Logger
FILES = main Server User Channel Utils Logger Responses

SRCS_PATHS = $(addprefix $(SRC_DIR)/, $(FILES)) $(CMD_SRCS) $(PARSER_SRCS)
SRCS = $(addsuffix .cpp, $(SRCS_PATHS))
Expand Down
2 changes: 1 addition & 1 deletion includes/commands/QuitCommand.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# include <set>

# include "libsUtils.hpp"
# include "Utils.hpp"
# include "Server.hpp"

/**
Expand Down
18 changes: 0 additions & 18 deletions includes/libsUtils.hpp

This file was deleted.

0 comments on commit 1f7b493

Please sign in to comment.