]> git.proxmox.com Git - rustc.git/blame - src/test/run-make/lto-smoke/Makefile
Imported Upstream version 1.0.0~0alpha
[rustc.git] / src / test / run-make / lto-smoke / Makefile
CommitLineData
1a4d82fc
JJ
1-include ../tools.mk
2
3all:
4 $(RUSTC) lib.rs
5 $(RUSTC) main.rs -C lto
6 $(call RUN,main)