1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-24 00:46:17 +04:00
rCore/user/Makefile
2018-08-05 10:41:51 +08:00

5 lines
90 B
Makefile

# arch = {riscv32, x86_64}
arch := riscv32
all:
cargo xbuild --target $(arch)-ucore.json