summaryrefslogtreecommitdiffstats
path: root/tests/run-make/bare-outfile/Makefile
blob: 23b619ea0ba3281e8318e5decb7a383b812ef9f5 (plain)
1
2
3
4
5
6
7
# ignore-cross-compile
include ../tools.mk

all:
	cp foo.rs $(TMPDIR)
	cd $(TMPDIR) && $(RUSTC) -o foo foo.rs
	$(call RUN,foo)