Skip to content

Commit

Permalink
makefile update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdomingu98 authored and ruzafa8 committed Mar 22, 2024
1 parent 23ec6d8 commit c78d76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ SRC_DIR = src
CMD_DIR = $(SRC_DIR)/commands/
PARSER_DIR = $(SRC_DIR)/parser/

CMD_PREFIXS = User Nick Pass Quit PrivateMessage
CMD_PREFIXS = User Nick Pass Quit PrivateMessage Join
CMD_FILES = $(addsuffix Command, $(CMD_PREFIXS))
CMD_SRCS = $(addprefix $(CMD_DIR), $(CMD_FILES))

PARSER_PREFIXS = Command User Pass Nick Quit PrivateMessage
PARSER_PREFIXS = Command User Pass Nick Quit PrivateMessage Join
PARSER_FILES = $(addsuffix Parser, $(PARSER_PREFIXS))
PARSER_SRCS = $(addprefix $(PARSER_DIR), $(PARSER_FILES))

Expand Down

0 comments on commit c78d76e

Please sign in to comment.