]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/link-arg/Makefile
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / run-make-fulldeps / link-arg / Makefile
1 include ../tools.mk
2 RUSTC_FLAGS = -C link-arg="-lfoo" -C link-arg="-lbar" --print link-args
3
4 all:
5         $(RUSTC) $(RUSTC_FLAGS) empty.rs | $(CGREP) lfoo lbar