]> git.proxmox.com Git - rustc.git/blame - tests/run-make-fulldeps/simple-rlib/Makefile
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / run-make-fulldeps / simple-rlib / Makefile
CommitLineData
f2b60f7d 1include ../tools.mk
1a4d82fc
JJ
2all:
3 $(RUSTC) bar.rs --crate-type=rlib
4 $(RUSTC) foo.rs
5 $(call RUN,foo)