summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-13 15:33:21 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-13 15:33:21 +0100
commiteb23cd3de8cc32d1933dbd94e9eef1c41a5dc153 (patch)
tree115395ac3ba41d8fb7bdffe4ccde04c8e0632020 /mk
parent07ed4e940bdace7e1fc8c4d0946a23ffd08a34c5 (diff)
split up include/
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
-rwxr-xr-xmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk b/mk
index cea6c943..099e7d84 100755
--- a/mk
+++ b/mk
@@ -32,7 +32,7 @@ if xeq main "${1-}" \
exit 0
fi
-. "include/tree.sh"
+. "include/mk/tree.sh"
trees "$@" || exit 0