From 63a314144a36691a57c2e82fe2f3da008c403aba Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 22 Jul 2025 01:31:37 +0300 Subject: refactored =/==/=== command into stdio-commands.c There will be a lot more commands for terminal/message input and output soon. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3