build(make): now Makefile compile all the commands

This commit is contained in:
Raphael 2025-06-10 16:08:48 +02:00
parent a12316ae53
commit 1825a45478

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */ /* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2025/05/24 17:29:48 by rparodi #+# #+# */ /* Created: 2025/05/24 17:29:48 by rparodi #+# #+# */
/* Updated: 2025/06/10 13:39:23 by rparodi ### ########.fr */ /* Updated: 2025/06/10 16:08:09 by rparodi ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -39,7 +39,6 @@ void Mode::checkMode() {
m.add = add; m.add = add;
m.remove = !add; m.remove = !add;
m.arguments.clear(); m.arguments.clear();
switch (flags[i]) switch (flags[i])
{ {
case 'i': case 'i':