]> git.proxmox.com Git - rustc.git/blob - tests/run-make-fulldeps/rlib-chain/Makefile
New upstream version 1.69.0+dfsg1
[rustc.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)