]> git.proxmox.com Git - rustc.git/blame - src/test/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / run-make-fulldeps / long-linker-command-lines-cmd-exe / Makefile
CommitLineData
f2b60f7d 1include ../tools.mk
ff7c6d11
XL
2
3all:
4 $(RUSTC) foo.rs -g
5 cp foo.bat $(TMPDIR)/
6 OUT_DIR="$(TMPDIR)" RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)