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 pa(t_stacks *stacks)

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../push_swap.h"
#include "push_swap.h"
void rra(t_stacks *stacks)
{

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../push_swap.h"
#include "push_swap.h"
void ra(t_stacks *stacks)
{

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../push_swap.h"
#include "push_swap.h"
#include <stdlib.h>
t_stack *new_stack(int value)

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)

View File

@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
#include "../push_swap.h"
#include "push_swap.h"
void sa(t_stacks *stacks)
{