From f1c9699ed00c6c743482a0dd714e09d83fd24df0 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 9 May 2023 18:47:39 +0200 Subject: just: Install just/just-mr with deps --- TARGETS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TARGETS') diff --git a/TARGETS b/TARGETS index 3fbe3e84..ad114865 100644 --- a/TARGETS +++ b/TARGETS @@ -64,7 +64,8 @@ ] } } -, "installed just": {"type": "install", "files": {"bin/just": "just"}} +, "installed just": + {"type": ["@", "rules", "CC", "install-with-deps"], "targets": ["just"]} , "exported-just": { "type": "export" , "target": ["src/buildtool/main", "just"] @@ -119,7 +120,8 @@ } } } -, "installed just-mr": {"type": "install", "files": {"bin/just-mr": "just-mr"}} +, "installed just-mr": + {"type": ["@", "rules", "CC", "install-with-deps"], "targets": ["just-mr"]} , "exported-just-mr": { "type": "export" , "target": ["src/other_tools/just_mr", "just-mr"] -- cgit v1.2.3