5 lines
138 B
Makefile
5 lines
138 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) --edition=2021 -Dwarnings --crate-type=rlib ../../../../library/core/src/lib.rs --cfg no_fp_fmt_parse
|