Skip to content

Commit cd8fb40

Browse files
committed
fix(libarena): I fixed the makefile compilation dependency error where it said that a file was unfound
1 parent d7769b8 commit cd8fb40

File tree

15 files changed

+2
-3
lines changed

15 files changed

+2
-3
lines changed
File renamed without changes.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# By: dlesieur <dlesieur@student.42.fr> +#+ +:+ +#+ #
77
# +#+#+#+#+#+ +#+ #
88
# Created: 2025/11/06 20:32:02 by #+# #+# #
9-
# Updated: 2025/11/06 20:32:27 by dlesieur ### ########.fr #
9+
# Updated: 2025/11/06 20:53:40 by dlesieur ### ########.fr #
1010
# #
1111
# **************************************************************************** #
1212

@@ -31,8 +31,7 @@ SRCS := \
3131
st_all.c \
3232
stack.c \
3333
utils.c \
34-
wrapper.c \
35-
set.c
34+
wrapper.c
3635

3736
OBJDIR := obj
3837
OBJS := $(addprefix $(OBJDIR)/, $(SRCS:.c=.o))
File renamed without changes.

0 commit comments

Comments
 (0)