summaryrefslogtreecommitdiffstats
path: root/tests/run-make/long-linker-command-lines-cmd-exe/Makefile
blob: e43aab7f8e0fdd9ede947974a3f60ae1434d7998 (plain)
1
2
3
4
5
6
7
# ignore-cross-compile
include ../tools.mk

all:
	$(RUSTC) foo.rs -g
	cp foo.bat $(TMPDIR)/
	OUT_DIR="$(TMPDIR)" RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)