debug ft_lstaddsort & lstsort

This commit is contained in:
Tanguy MAZE
2018-10-02 16:49:59 +02:00
parent 405c9b9717
commit b1db252441
2 changed files with 15 additions and 11 deletions

View File

@@ -6,12 +6,12 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2018/04/07 12:47:06 by tmaze #+# #+# #
# Updated: 2018/10/01 12:35:21 by tmaze ### ########.fr #
# Updated: 2018/10/02 16:05:34 by tmaze ### ########.fr #
# #
#******************************************************************************#
CC = gcc
CCFLAGS = -Wall -Werror -Wextra
CCFLAGS = -Wall -Werror -Wextra -g
CCSTD =
NAME = libft.a