diff options
author | midipix <writeonce@midipix.org> | 2018-05-23 03:40:20 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-05-22 23:49:18 -0400 |
commit | 5ec9b67e061e7bf839d6ae986354190d2e1e0037 (patch) | |
tree | 3f79cfd3ed355d2f5198e323d74d5ac270651dc6 /project | |
parent | 105c6c4b81ce64192e304827942a9aa65c8dd059 (diff) | |
download | ntux-5ec9b67e061e7bf839d6ae986354190d2e1e0037.tar.bz2 ntux-5ec9b67e061e7bf839d6ae986354190d2e1e0037.tar.xz |
ntux_cmd_spawn(): initial implementation and integration.
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 = \ |