]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.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)