]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile
Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors
[rust.git] / src / test / 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)