This website requires JavaScript.
Explore
Help
Sign In
andrey
/
rCore
Watch
1
Star
0
Fork
0
You've already forked rCore
mirror of
https://github.com/rcore-os/rCore.git
synced
2024-11-23 08:26:17 +04:00
Code
Issues
Projects
Releases
Wiki
Activity
5bc392f388
rCore
/
user
/
Makefile
5 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
Change user sub-project structure
2018-07-13 18:17:24 +04:00
# arch = {riscv32, x86_64}
arch
:=
riscv32
User programs Rust workspace. Compile OK for x86_64.
2018-07-13 11:12:35 +04:00
all
:
Fix user project for new toolchain
2018-08-05 06:41:51 +04:00
cargo xbuild --target
$(
arch
)
-ucore.json
Reference in New Issue
Copy Permalink