diff options
-rw-r--r-- | etc/defaults/shell/clang.TARGETS | 5 | ||||
-rw-r--r-- | etc/defaults/shell/gcc.TARGETS | 5 | ||||
-rw-r--r-- | etc/defaults/shell/tools.TARGETS | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/etc/defaults/shell/clang.TARGETS b/etc/defaults/shell/clang.TARGETS new file mode 100644 index 0000000..6a2bf9f --- /dev/null +++ b/etc/defaults/shell/clang.TARGETS @@ -0,0 +1,5 @@ +{ "defaults": + { "type": "defaults" + , "base": [["@", "base", "shell", "defaults"]] + } +} diff --git a/etc/defaults/shell/gcc.TARGETS b/etc/defaults/shell/gcc.TARGETS new file mode 100644 index 0000000..6a2bf9f --- /dev/null +++ b/etc/defaults/shell/gcc.TARGETS @@ -0,0 +1,5 @@ +{ "defaults": + { "type": "defaults" + , "base": [["@", "base", "shell", "defaults"]] + } +} diff --git a/etc/defaults/shell/tools.TARGETS b/etc/defaults/shell/tools.TARGETS new file mode 100644 index 0000000..6a2bf9f --- /dev/null +++ b/etc/defaults/shell/tools.TARGETS @@ -0,0 +1,5 @@ +{ "defaults": + { "type": "defaults" + , "base": [["@", "base", "shell", "defaults"]] + } +} |