From 14517c7d1c690b55c60ff7304d2eb4a5b7fca375 Mon Sep 17 00:00:00 2001 From: bauen1 Date: Mon, 13 Nov 2017 19:48:45 +0100 Subject: [PATCH] Fixed make qemu target --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 5bdba0fed..c7f9a24e1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -27,7 +27,7 @@ clean: qemu: @if [ ! -f ./minimal_linux_live.iso ]; then echo "ISO image \"minimal_linux_live.iso\" not found."; exit 1; fi @echo "Launching QEMU..." - @qemu.sh + @./qemu.sh src: @echo "Generating source archive..."