not quite there yet but nearly ^^
WIP for the algorithm not to pass on previously used node
This commit is contained in:
6
Makefile
6
Makefile
@@ -6,7 +6,7 @@
|
||||
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2019/03/27 16:51:02 by tmaze #+# #+# #
|
||||
# Updated: 2019/03/31 19:48:45 by tmaze ### ########.fr #
|
||||
# Updated: 2019/04/01 14:49:54 by tmaze ### ########.fr #
|
||||
# #
|
||||
#******************************************************************************#
|
||||
|
||||
@@ -27,7 +27,7 @@ endif
|
||||
|
||||
# Compilator
|
||||
CC = gcc
|
||||
FLAGS = -Wall -Wextra -Werror -g -O0 -fsanitize=address
|
||||
FLAGS = -Wall -Wextra -Werror -g
|
||||
|
||||
# Folders
|
||||
LIBDIR = libft
|
||||
@@ -36,7 +36,7 @@ OBJDIR = objs
|
||||
INCDIR = includes libft/includes
|
||||
|
||||
# Source files
|
||||
SRC = bfs.c lem_in.c lm_parser.c lm_mem_utils.c lm_graph_utils.c \
|
||||
SRC = bfs.c lm_parser.c lm_mem_utils.c lm_graph_utils.c \
|
||||
lst_ind.c \
|
||||
edmunds_karp.c
|
||||
|
||||
|
Reference in New Issue
Block a user