summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk
index 1be73a6..4790bc0 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -11,6 +11,9 @@ INTERNAL_SRCS = \
src/internal/ntux_ntaio_impl.c \
src/internal/ntux_strerr_impl.c \
+CMD_SRCS = \
+ src/cmds/ntux_cmd_stat.c \
+
OUTPUT_SRCS = \
src/output/ntux_output_error.c \
@@ -20,4 +23,5 @@ APP_SRCS = \
COMMON_SRCS = \
$(DRIVER_SRCS) \
$(INTERNAL_SRCS) \
+ $(CMD_SRCS) \
$(OUTPUT_SRCS) \