summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/separate-link/Makefile
blob: 3ccdb6275d15827394deb39ac42c812c657a2d80 (plain)
1
2
3
4
5
6
include ../tools.mk

all:
	echo 'fn main(){}' | $(RUSTC) -Z no-link -
	$(RUSTC) -Z link-only $(TMPDIR)/rust_out.rlink
	$(call RUN,rust_out)