1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-26 18:03:27 +04:00
rCore/user/Makefile
2018-07-13 22:17:24 +08:00

5 lines
115 B
Makefile

# arch = {riscv32, x86_64}
arch := riscv32
all:
@RUST_TARGET_PATH=$(shell pwd) xargo build --target $(arch)-ucore