error handling, change -f to -i

This commit is contained in:
2025-04-29 02:09:18 +02:00
parent 4e344d945e
commit 208dcad657
4 changed files with 98 additions and 11 deletions

View File

@ -8,7 +8,8 @@ OBJS_DIR = .objs
SRCS = main.c\
icmp.c\
parsing.c\
utils.c
utils.c\
ft_ping.c
OBJS = $(addprefix $(OBJS_DIR)/,$(SRCS:.c=.o))