BUG-FIX: make it compatible with the new "one call to make" of process-telegram-updates

This commit is contained in:
git 2025-08-31 17:32:29 +01:00
parent 7ed73272cd
commit cc2af6c1ca

View File

@ -18,8 +18,8 @@ all: $(SRC_FILES)
# 7. Processed received messages # 7. Processed received messages
process-telegram-updates: ../process-telegram-updates/process_message.php process-telegram-updates: ../process-telegram-updates/process_message.php
cd ../process-telegram-updates && make fetch_updates cd ../process-telegram-updates && make
cd ../process-telegram-updates && make process_updates
../process-telegram-updates/process_message.php: ../process-telegram-updates/process_message.php:
printf '%s\n' \ printf '%s\n' \