From 8cc68fcefb2c92d80933ee46953932dbdecf7fa0 Mon Sep 17 00:00:00 2001 From: hw0505 <39039541+hw0505@users.noreply.github.com> Date: Tue, 12 Jul 2022 10:48:14 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2cac45..b38b263 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ test1: git checkout ch1 && make run test2: - git checkout ch2 && make test BASE=1 + git checkout ch2 && git clone https://github.com/LearningOS/uCore-Tutorial-Test-2022S.git user && make test BASE=1 test3: git submodule init