Add flags to makefile and fix some compile error

This commit is contained in:
2026-01-08 16:09:37 +00:00
parent 38eae5ab16
commit 9a20072f36
8 changed files with 37 additions and 26 deletions

3
main.c
View File

@@ -6,7 +6,7 @@
/* By: mteriier <mteriier@student.42lyon.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/12/08 18:32:35 by mteriier #+# #+# */
/* Updated: 2026/01/08 12:57:04 by dgaillet ### ########lyon.fr */
/* Updated: 2026/01/08 15:34:59 by dgaillet ### ########lyon.fr */
/* */
/* ************************************************************************** */
@@ -21,7 +21,6 @@ int main(int argc, char **argv)
write(2, "Error !\n", 8);
return (1);
}
if (argc > 1)
test1(argc, argv);
return (0);