summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/rlib-chain/Makefile
blob: 30b6811a388cad6f463995fc0e1b77f1cc435aab (plain)
1
2
3
4
5
6
7
8
9
10
-include ../tools.mk

all:
	$(RUSTC) m1.rs
	$(RUSTC) m2.rs
	$(RUSTC) m3.rs
	$(RUSTC) m4.rs
	$(call RUN,m4)
	rm $(TMPDIR)/*lib
	$(call RUN,m4)