From 40309c0d7818aa3ea79803954068d4ba3c7a670d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 30 Mar 2022 17:34:03 +0200 Subject: Set top-level default target ... to install the resulting binary to "bin". --- TARGETS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TARGETS') diff --git a/TARGETS b/TARGETS index 957b0f3f..43ac0d29 100644 --- a/TARGETS +++ b/TARGETS @@ -1,4 +1,5 @@ -{ "exported-just": +{ "": {"type": "install", "files": {"bin/just": "just"}} +, "exported-just": { "type": "export" , "target": ["src/buildtool/main", "just"] , "flexible_config": -- cgit v1.2.3