]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/bare-outfile/Makefile
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20
[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)