]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/bare-outfile/Makefile
Rollup merge of #106701 - ibraheemdev:sync-sender-spin, r=Amanieu
[rust.git] / tests / 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)