mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 00:20:46 +00:00
7 lines
117 B
Makefile
7 lines
117 B
Makefile
# ignore-cross-compile
|
|
include ../tools.mk
|
|
all:
|
|
$(RUSTC) bar.rs --crate-type=rlib
|
|
$(RUSTC) foo.rs
|
|
$(call RUN,foo)
|