diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index bfc901d..c3dde46 100644 --- a/project/common.mk +++ b/project/common.mk @@ -14,6 +14,7 @@ INTERNAL_SRCS = \ src/internal/ntux_strerr_impl.c \ CMD_SRCS = \ + src/cmds/ntux_cmd_spawn.c \ src/cmds/ntux_cmd_stat.c \ OUTPUT_SRCS = \ |