1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 08:26:17 +04:00
rCore/user/Makefile

5 lines
99 B
Makefile
Raw Normal View History

# arch = {riscv32, x86_64, aarch64}
2018-07-13 18:17:24 +04:00
arch := riscv32
all:
2018-08-05 06:41:51 +04:00
cargo xbuild --target $(arch)-ucore.json