functions standardisees, annotees et readme en cours decriture

This commit is contained in:
hugogogo
2021-06-14 21:40:05 +02:00
parent 7a0f44c676
commit 5050e05816
17 changed files with 222 additions and 128 deletions

View File

@@ -3,7 +3,7 @@
# variables names # value | .h in includes/
# - - - - - - - - - - - - - - # ! name is case sensitive | ! use VPATH only for .c
NAME = pushswap
NAME = push_swap
CC = gcc
@@ -19,10 +19,12 @@ LDIR = ./libft
_LIBS = libft.a
LIBS = $(_LIBS:lib%.a=%)
SRCS = pushswap.c \
SRCS = push_swap.c \
algo.c \
print.c \
swap.c \
solve_sorting.c \
algo_bubble_sort.c \
stop.c
ODIR = ./builds