From 0f52e28b7ec84ded2b96d2bbb50cb1f568f16d3b Mon Sep 17 00:00:00 2001 From: git Date: Sun, 31 Aug 2025 17:31:14 +0100 Subject: [PATCH] IMPROVEMENT: one call to "make" is all it takes now --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b70ce6..f4fbbb1 100644 --- a/Makefile +++ b/Makefile @@ -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)