🔨」 fix: fixe the lasts sus prints

This commit is contained in:
2025-08-17 22:19:35 +02:00
parent ff9601a574
commit 3c02e153f7
3 changed files with 9 additions and 7 deletions

View File

@ -33,7 +33,7 @@ endif
all: $(NAME)
$(NAME): $(OBJS)
@$(CC) $(FLAGS) $(OBJS) -o $(NAME)
@$(CC) $(FLAGS) -lm $(OBJS) -o $(NAME)
@printf "$(YELLOW)「✨」($(NAME)) Program compiled\n"
$(OBJSDIR)/%.o: $(SRCDIR)/%.c