adding makefile and debugging to try new test for the preset to test the program

This commit is contained in:
Maoake
2025-12-10 21:02:33 +00:00
parent b6c1dc73a8
commit 5372b944a4
11 changed files with 78 additions and 24 deletions

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../push_swap.h"
#include "push_swap.h"
#include <stdlib.h>
void stack_clear_all(t_stack *stack, t_stack *first)