mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 02:22:02 +00:00
7 lines
136 B
Makefile
7 lines
136 B
Makefile
# ignore-cross-compile
|
|
include ../tools.mk
|
|
all:
|
|
$(RUSTC) bar.rs --crate-type=dylib -C prefer-dynamic
|
|
$(RUSTC) foo.rs
|
|
$(call RUN,foo)
|