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

5 lines
115 B
Makefile
Raw Normal View History

2018-07-13 18:17:24 +04:00
# arch = {riscv32, x86_64}
arch := riscv32
all:
2018-07-13 18:17:24 +04:00
@RUST_TARGET_PATH=$(shell pwd) xargo build --target $(arch)-ucore