refactor: srcs/ -> src
This commit is contained in:
parent
d573990df8
commit
69b5766782
16 changed files with 37 additions and 38 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue