pasring start

This commit is contained in:
2025-04-25 19:35:48 +02:00
parent e622d9d175
commit 77668368ab
4 changed files with 59 additions and 16 deletions

View File

@ -1,6 +1,6 @@
NAME = ft_ping
CC=cc
FLAGS=-Werror -Wextra -Wall -g
FLAGS=-Werror -Wextra -Wall -g -Wno-unused-result
SRCS_DIR = srcs
OBJS_DIR = .objs