mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
Add flags to makefile and fix some compile error
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
/* By: mteriier <mteriier@student.42lyon.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2026/01/07 12:15:02 by mteriier #+# #+# */
|
||||
/* Updated: 2026/01/07 12:15:05 by mteriier ### ########lyon.fr */
|
||||
/* Updated: 2026/01/08 16:07:00 by dgaillet ### ########lyon.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "push_swap.h"
|
||||
#include "medium_algo.h"
|
||||
#include "medium_headers.h"
|
||||
|
||||
void simple(t_stacks *piles)
|
||||
{
|
||||
@@ -33,10 +33,13 @@ void medium(t_stacks *piles)
|
||||
|
||||
void complex(t_stacks *piles)
|
||||
{
|
||||
(void)piles;
|
||||
return ;
|
||||
}
|
||||
|
||||
void adaptive(t_stacks *piles)
|
||||
{
|
||||
(void)piles;
|
||||
return ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user