From c451e6d95b4d0a7ce27fcd97bc94fd3540649b73 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 14 Jan 2017 09:51:07 +0100 Subject: fix makefile --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6e43f2a..b0d5530 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +QEMU=qemu-system-x86_64 + all: bam @@ -27,13 +29,13 @@ run_tests: bam test.dev run_qemu: all - qemu-system-i386 -cdrom cdrom.dev.iso -serial stdio -m 12