]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/bare-outfile/Makefile
Auto merge of #93873 - Stovent:big-ints, r=m-ou-se
[rust.git] / src / test / run-make-fulldeps / bare-outfile / Makefile
1 include ../tools.mk
2
3 all:
4         cp foo.rs $(TMPDIR)
5         cd $(TMPDIR) && $(RUSTC) -o foo foo.rs
6         $(call RUN,foo)