clfs

clfs.git
git clone git://git.lenczewski.org/clfs.git
Log | Files | Refs | README

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:
Mclfs.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"