@@ -55,9 +55,11 @@ $(NAME): $(OBJS)
clean:
rm -rf $(OBJS_D)
echo "$(_RED).o Files Deleted 😱$(_END)"
fclean: clean
rm -f $(NAME)
echo "$(_RED)$(NAME) Deleted 😱$(_END)"
re: fclean all
The note is not visible to the blocked user.