@@ -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)
The note is not visible to the blocked user.