diff options
author | midipix <writeonce@midipix.org> | 2016-07-09 03:13:18 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-21 03:47:26 -0400 |
commit | 9cf365c988f71229f6132c60287b272ddfd2f294 (patch) | |
tree | e16014dfba3f130ead13dd366bfa2f19c00a95ea /project | |
parent | e9e742b0e892ca72576c745ac389eabb56c978a1 (diff) | |
download | ptycon-9cf365c988f71229f6132c60287b272ddfd2f294.tar.bz2 ptycon-9cf365c988f71229f6132c60287b272ddfd2f294.tar.xz |
debug: ptyc_dbg_cat(): 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 1e54767..603b3fc 100644 --- a/project/common.mk +++ b/project/common.mk @@ -4,6 +4,7 @@ COMMON_SRCS = \ src/console/ptyc_console_poller.c \ src/console/ptyc_console_reader.c \ src/console/ptyc_console_writer.c \ + src/debug/ptyc_dbg_cat.c \ src/debug/ptyc_dbg_event.c \ src/debug/ptyc_dbg_oven.c \ src/debug/ptyc_dbg_raw.c \ |