Archived
1
0

oprations done

This commit is contained in:
2024-02-14 11:41:57 +01:00
parent 220751604a
commit 7930a36c0c
22 changed files with 113 additions and 190 deletions

View File

@ -6,7 +6,7 @@
# By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/01 11:03:22 by adjoly #+# #+# #
# Updated: 2024/02/08 18:39:49 by adjoly ### ########.fr #
# Updated: 2024/02/13 14:04:13 by adjoly ### ########.fr #
# #
# **************************************************************************** #
@ -25,6 +25,8 @@ SRCS = main.c \
stack/ft_stacksize.c \
operations/ft_swapstack.c \
operations/ft_pushstack.c \
operations/ft_rotatestack.c \
operations/ft_reverserotate.c \
OBJS = $(SRCS:.c=.o)