]> git.proxmox.com Git - rustc.git/blob - src/test/run-make-fulldeps/lto-no-link-whole-rlib/Makefile
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / run-make-fulldeps / lto-no-link-whole-rlib / Makefile
1 include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,foo) $(call NATIVE_STATICLIB,bar)
4 $(RUSTC) lib1.rs
5 $(RUSTC) lib2.rs
6 $(RUSTC) main.rs -Clto
7 $(call RUN,main)
8