mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 05:59:24 +00:00
8 lines
163 B
Makefile
8 lines
163 B
Makefile
# ignore-cross-compile
|
|
include ../tools.mk
|
|
|
|
all:
|
|
echo 'fn main(){}' | $(RUSTC) -Z no-link -
|
|
$(RUSTC) -Z link-only $(TMPDIR)/rust_out.rlink
|
|
$(call RUN,rust_out)
|