]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/output-with-hyphens/Makefile
Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-Simulacrum
[rust.git] / tests / run-make-fulldeps / output-with-hyphens / Makefile
1 include ../tools.mk
2
3 all:
4         $(RUSTC) foo-bar.rs --crate-type bin
5         [ -f $(TMPDIR)/$(call BIN,foo-bar) ]
6         $(RUSTC) foo-bar.rs --crate-type lib
7         [ -f $(TMPDIR)/libfoo_bar.rlib ]