]> git.proxmox.com Git - rustc.git/blob - tests/run-make/mixing-libs/Makefile
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / mixing-libs / Makefile
1 # ignore-cross-compile
2 include ../tools.mk
3
4 all:
5 $(RUSTC) rlib.rs
6 $(RUSTC) dylib.rs
7 $(RUSTC) rlib.rs --crate-type=dylib
8 $(RUSTC) dylib.rs
9 $(call REMOVE_DYLIBS,rlib)
10 $(RUSTC) prog.rs && exit 1 || exit 0