From 0688b3bc9134c6afb69f9d75f46d90c13a887334 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 7 Nov 2022 09:00:00 +0100 Subject: Export default target Wrapt the default target in an export target, taking all effective variables as flexible. Besides improved caching if just is used as a dependency in a downstream project, this also improves documentation as all configuration tunables are explicit and the most important ones documented. In particular, the standard way of getting information on a project, i.e., calling just-mr describe now gives proper information. --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index b11869d3..4c137659 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -19,8 +19,8 @@ specify `arm64` as the target architecture via the `-D` flag: just-mr build -D '{"TARGET_ARCH":"arm64"}' ``` -A complete list of variables honored by our build rules is provided in the -following table: +The following table descries the most important supported configuration +variables. The full list can be obtained via `just-mr describe`. |Variable|Supported Values|Default Value for `just`| |-|:-:|:-:| -- cgit v1.2.3