Makefile base

This commit is contained in:
2026-01-09 14:52:16 +01:00
parent 319ed2521e
commit 929d7d4da5
3 changed files with 29 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
/* By: dgaillet <dgaillet@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/01/09 11:46:36 by dgaillet #+# #+# */
/* Updated: 2026/01/09 14:40:06 by dgaillet ### ########lyon.fr */
/* Updated: 2026/01/09 14:51:32 by dgaillet ### ########lyon.fr */
/* */
/* ************************************************************************** */
@@ -14,6 +14,7 @@
#include "parsing.h"
#include "get_next_line.h"
#include <unistd.h>
#include <stdlib.h>
static int apply_operation(t_stacks *stacks, char buf[1024])
{