IMPROVEMENT: one call to "make" is all it takes now

This commit is contained in:
git 2025-08-31 17:31:14 +01:00
parent bbc32c3e53
commit 0f52e28b7e

View File

@ -4,7 +4,8 @@ SHELL=/bin/bash
ALL_UPDATE_IDS_SRC=$(shell ls data/*.update_id.json)
ALL_UPDATE_IDS=$(subst .update_id,.processed_id,$(ALL_UPDATE_IDS_SRC))
all: fetch_updates process_updates
echo "Done"
process_updates: $(ALL_UPDATE_IDS)