summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/separate-link/Makefile
blob: 060484e89f9301b7d9fac537d90edb0cd40f7ee5 (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)