mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-26 18:03:27 +04:00
5 lines
115 B
Makefile
5 lines
115 B
Makefile
# arch = {riscv32, x86_64}
|
|
arch := riscv32
|
|
|
|
all:
|
|
@RUST_TARGET_PATH=$(shell pwd) xargo build --target $(arch)-ucore
|