summaryrefslogtreecommitdiffstats
path: root/tests/run-make/rlib-chain/Makefile
blob: 7a1f887fa52719626ceac0f818f4a4f9874d04c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# ignore-cross-compile
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)