summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile
blob: a38f4fe5dc59697a4f04700ac6bfd43677576732 (plain)
1
2
3
4
5
6
include ../tools.mk

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