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:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user