Massive clean up

cleaned up unused code
normalised push_ants
libft is no longer a submodule
still need to normalise lem_in
This commit is contained in:
Tanguy MAZE
2019-04-10 14:34:59 +02:00
parent fb66233265
commit 5d094ebcaf
127 changed files with 180 additions and 5112 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/03/27 16:51:02 by tmaze #+# #+# #
# Updated: 2019/04/09 18:17:50 by tmaze ### ########.fr #
# Updated: 2019/04/10 14:24:30 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -27,7 +27,7 @@ endif
# Compilator
CC = gcc
FLAGS = -Wall -Wextra -Werror -g
FLAGS = -Wall -Wextra -Werror
# Folders
LIBDIR = libft
@@ -49,6 +49,7 @@ SRC = lm_parser.c \
lst_ind.c \
edmunds_karp.c \
push_ants.c \
push_ants_utils.c \
lem_in.c