diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-22 01:31:37 +0300 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-22 01:31:37 +0300 |
| commit | 63a314144a36691a57c2e82fe2f3da008c403aba (patch) | |
| tree | 2219fcb0600c76a6ede6d0d0303d7b96e8d98faf /src/Makefile.am | |
| parent | dd8f6f3fe80fc8d59a9d8b2927cfb443912eee6c (diff) | |
refactored =/==/=== command into stdio-commands.c
There will be a lot more commands for terminal/message
input and output soon.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e7a8545..ff2e86b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,6 +45,7 @@ libsciteco_base_la_SOURCES = main.c sciteco.h list.h \ parser.c parser.h \ core-commands.c core-commands.h \ move-commands.c move-commands.h \ + stdio-commands.c stdio-commands.h \ search.c search.h \ spawn.c spawn.h \ glob.c glob.h \ |
