pile b ne fonctionne pas

This commit is contained in:
hugogogo
2021-06-15 02:54:06 +02:00
parent 825b82905b
commit aeb5b57725
21 changed files with 110 additions and 13 deletions

View File

@@ -22,8 +22,13 @@ LIBS = $(_LIBS:lib%.a=%)
SRCS = push_swap.c \
algo.c \
print.c \
stop.c \
swap.c \
stop.c
push.c \
rotate.c \
reverse_rotate.c \
algo_bubble_sort.c
ODIR = ./builds
OBJS = $(SRCS:%.c=$(ODIR)/%.o)