]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/mixing-libs/Makefile
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / run-make-fulldeps / mixing-libs / Makefile
1 include ../tools.mk
2
3 all:
4         $(RUSTC) rlib.rs
5         $(RUSTC) dylib.rs
6         $(RUSTC) rlib.rs --crate-type=dylib
7         $(RUSTC) dylib.rs
8         $(call REMOVE_DYLIBS,rlib)
9         $(RUSTC) prog.rs && exit 1 || exit 0