From 8587bf085fc1f875a8ca3013eca499e5f1d5a096 Mon Sep 17 00:00:00 2001 From: Ben Cressey Date: Fri, 13 Sep 2024 21:58:27 +0000 Subject: [PATCH] build: add build-all target Add a `build-all` target in order to use the corresponding target in Twoliter's embedded Makefile.toml. Signed-off-by: Ben Cressey --- Makefile.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.toml b/Makefile.toml index a801dbf46d9..7679dcaf02b 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -410,6 +410,10 @@ run_task = "run-twoliter" dependencies = ["fetch-external-kits"] run_task = "run-twoliter" +[tasks.build-all] +dependencies = ["fetch-external-kits"] +run_task = "run-twoliter" + [tasks.repack-variant] run_task = "run-twoliter"