Nearly there !!!

WIP merge sort
still problems with negative numbers
This commit is contained in:
Tanguy MAZE
2019-03-06 12:12:00 +01:00
parent ac9b03acff
commit 428525b561
6 changed files with 114 additions and 36 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/02/23 14:30:57 by tmaze #+# #+# #
# Updated: 2019/02/25 15:55:49 by tmaze ### ########.fr #
# Updated: 2019/03/06 11:37:28 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -42,10 +42,7 @@ SRC = ps_push.c \
ps_rerot.c \
ps_swap.c \
ps_stktools.c \
ps_stktools2.c \
ft_strsplitwhitespace.c\
\
checker.c
ps_stktools2.c
MAIN1 = checker.c
MAIN2 = push_swap.c