6 lines
121 B
Makefile
6 lines
121 B
Makefile
|
-include ../tools.mk
|
||
|
|
||
|
all:
|
||
|
$(RUSTC) foo.rs --crate-type staticlib
|
||
|
$(RUSTC) bar.rs 2>&1 | grep "error: found staticlib"
|