From cc2af6c1ca682f9fa38ab652b45d908aaf514d35 Mon Sep 17 00:00:00 2001 From: git Date: Sun, 31 Aug 2025 17:32:29 +0100 Subject: [PATCH] BUG-FIX: make it compatible with the new "one call to make" of process-telegram-updates --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 3aff58e..2f6eac6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,8 +18,8 @@ all: $(SRC_FILES) # 7. Processed received messages process-telegram-updates: ../process-telegram-updates/process_message.php - cd ../process-telegram-updates && make fetch_updates - cd ../process-telegram-updates && make process_updates + cd ../process-telegram-updates && make + ../process-telegram-updates/process_message.php: printf '%s\n' \