This website works better with JavaScript.
Explore
Help
Sign In
rcore_test
/
rCore-Tutorial-v3-tests
Watch
1
Star
1
Fork
You've already forked rCore-Tutorial-v3-tests
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
add cargo fmt in Makefile, and exec make fmt
Browse Source
ch1
Yu Chen
3 years ago
parent
09299aabb0
commit
9c6430194c
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
Makefile
Unescape
Escape
View File
@ -6,3 +6,5 @@ docker:
build_docker
:
docker build -t
${
DOCKER_NAME
}
.
fmt
:
cd
os
;
cargo fmt
;
cd
..
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
rcore_test/rCore-Tutorial-v3-tests
Title
Body
Create Issue