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