]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/issue-37839/Makefile
Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitor
[rust.git] / tests / run-make-fulldeps / issue-37839 / Makefile
1 include ../tools.mk
2
3 all:
4         $(RUSTC) a.rs && $(RUSTC) b.rs
5         $(BARE_RUSTC) c.rs -L dependency=$(TMPDIR) --extern b=$(TMPDIR)/libb.rlib \
6                 --out-dir=$(TMPDIR)