refactor(meson): add parse.c to build

This commit is contained in:
2026-01-30 01:43:16 +01:00
parent 4186b23e1a
commit 035483f54f
3 changed files with 9 additions and 7 deletions

View File

@@ -35,6 +35,7 @@ void callback_handler(tgbot_s *bot, tgbot_cbquery_s *query) {
}
void sighandler(int signum) {
(void)signum;
fprintf(stdout, "Closing...\n");
run = false;
}