From d246c53e66b22c7a5b2bb273be5478dba2467357 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 13 May 2024 11:07:43 +0200 Subject: Add shell defaults So far, our rules, where depending on the shell, implicitly use "normal" defaults, hard-coded in the rules. Support configuring those in a default target, in the same way we do so for other tools, like the C compiler. In this, it is also possible to bring your own shell, built as a (compiled) target. --- shell/TARGETS | 1 + 1 file changed, 1 insertion(+) create mode 100644 shell/TARGETS (limited to 'shell/TARGETS') diff --git a/shell/TARGETS b/shell/TARGETS new file mode 100644 index 0000000..705d1d7 --- /dev/null +++ b/shell/TARGETS @@ -0,0 +1 @@ +{"defaults": {"type": "defaults"}} -- cgit v1.2.3