1 2 3 4 5
-include ../tools.mk all: $(RUSTC) foo.rs --crate-type staticlib $(RUSTC) bar.rs 2>&1 | grep "found staticlib"