mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 00:20:46 +00:00
5 lines
126 B
Makefile
5 lines
126 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) --edition=2021 -Dwarnings --crate-type=rlib ../../../library/alloc/src/lib.rs --cfg no_rc
|