functions standardisees, annotees et readme en cours decriture
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user