summaryrefslogtreecommitdiff
path: root/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'TARGETS')
-rw-r--r--TARGETS6
1 files changed, 4 insertions, 2 deletions
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"]