summaryrefslogtreecommitdiffstats
path: root/tests/run-make/simple-rlib/Makefile
blob: 28df61a15478d90d3bf85801076ceb61d0d1a2e3 (plain)
1
2
3
4
5
6
# ignore-cross-compile
include ../tools.mk
all:
	$(RUSTC) bar.rs --crate-type=rlib
	$(RUSTC) foo.rs
	$(call RUN,foo)