]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/rlib-chain/Makefile
Rollup merge of #106106 - jyn514:remote-tracking-branch, r=Mark-Simulacrum
[rust.git] / tests / run-make-fulldeps / rlib-chain / Makefile
1 include ../tools.mk
2
3 all:
4         $(RUSTC) m1.rs
5         $(RUSTC) m2.rs
6         $(RUSTC) m3.rs
7         $(RUSTC) m4.rs
8         $(call RUN,m4)
9         rm $(TMPDIR)/*lib
10         $(call RUN,m4)