oprations done
This commit is contained in:
4
Makefile
4
Makefile
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user