build(make): now Makefile compile all the commands
This commit is contained in:
parent
ef4db94508
commit
a12316ae53
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -6,7 +6,7 @@
|
||||||
# By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ #
|
# By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/05/02 15:40:00 by rparodi #+# #+# #
|
# Created: 2025/05/02 15:40:00 by rparodi #+# #+# #
|
||||||
# Updated: 2025/06/08 23:06:16 by rparodi ### ########.fr #
|
# Updated: 2025/06/10 13:40:37 by rparodi ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|
@ -29,6 +29,9 @@ SRC = sources/channel/channel.cpp \
|
||||||
sources/commands/commands.cpp \
|
sources/commands/commands.cpp \
|
||||||
sources/commands/invite.cpp \
|
sources/commands/invite.cpp \
|
||||||
sources/commands/join.cpp \
|
sources/commands/join.cpp \
|
||||||
|
sources/commands/kick.cpp \
|
||||||
|
sources/commands/list.cpp \
|
||||||
|
sources/commands/modes.cpp \
|
||||||
sources/commands/nick.cpp \
|
sources/commands/nick.cpp \
|
||||||
sources/commands/notice.cpp \
|
sources/commands/notice.cpp \
|
||||||
sources/commands/part.cpp \
|
sources/commands/part.cpp \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue