From 77032265ebdb06ccabb1eb9d93f5dbbc883e2ccd Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Tue, 28 Jun 2022 11:16:31 +0800 Subject: [PATCH] update Makefile for github classroom --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfe192b..a1a42f3 100644 --- a/Makefile +++ b/Makefile @@ -81,5 +81,5 @@ setupenv: tar xvJf qemu-7.0.0.tar.xz cd qemu-7.0.0 ./configure --target-list=riscv64-softmmu - make + make install