]> git.proxmox.com Git - rustc.git/blob - src/test/run-make/error-found-staticlib-instead-crate/Makefile
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / run-make / error-found-staticlib-instead-crate / Makefile
1 -include ../tools.mk
2
3 all:
4 $(RUSTC) foo.rs --crate-type staticlib
5 $(RUSTC) bar.rs 2>&1 | grep "found staticlib"