]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/mixing-deps/Makefile
Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se
[rust.git] / tests / run-make-fulldeps / mixing-deps / Makefile
1 include ../tools.mk
2
3 all:
4         $(RUSTC) both.rs -C prefer-dynamic
5         $(RUSTC) dylib.rs -C prefer-dynamic
6         $(RUSTC) prog.rs
7         $(call RUN,prog)