Update Makefile

This commit is contained in:
hw0505 2022-07-12 10:48:14 +08:00 committed by GitHub
parent 8136775568
commit 8cc68fcefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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