commit 09a1351b2f117dee46be1745e8a55bfc35b027f2 parent 3e7e3c3bc99000a4f2b7f05b6c76ee816d3112e0 Author: MikoĊaj Lenczewski <mblenczewski@gmail.com> Date: Tue, 9 Apr 2024 11:18:48 +0000 Fixup qemu step documentation Diffstat:
M | clfs.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clfs.sh b/clfs.sh @@ -102,6 +102,6 @@ cd "$ROOT" echo "Done!" -# run +# optionally run qemu virtual machine of freshly built target [ -f "$TARGETS/$TARGET-qemu.sh" ] && \ . "$TARGETS/$TARGET-qemu.sh"