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