6 lines
154 B
Makefile
6 lines
154 B
Makefile
|
|
CLI_SRC_DIR = src/cli
|
|
CLI_SRCS = $(CLI_SRC_DIR)/parse.c \
|
|
$(CLI_SRC_DIR)/parse_utils/parse_int.c \
|
|
$(CLI_SRC_DIR)/parse_utils/parse_float.c \
|
|
|