refactor: srcs/ -> src

This commit is contained in:
lohhiiccc 2026-02-09 13:19:01 +01:00
parent d573990df8
commit 69b5766782
16 changed files with 37 additions and 38 deletions

View file

@ -22,5 +22,4 @@ typedef struct s_ping_config
int cli_parse_arguments(int argc, char **argv, t_ping_config *config); int cli_parse_arguments(int argc, char **argv, t_ping_config *config);
#endif #endif

View file

@ -1,5 +1,5 @@
SRC_DIR = srcs SRC_DIR = src
SRCS = $(SRC_DIR)/main.c \ SRCS = $(SRC_DIR)/main.c \
$(SRC_DIR)/cli/parse.c \ $(SRC_DIR)/cli/parse.c \
$(SRC_DIR)/cli/handlers/handle_count.c \ $(SRC_DIR)/cli/handlers/handle_count.c \