]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/static-unwinding/Makefile
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco
[rust.git] / tests / run-make-fulldeps / static-unwinding / Makefile
1 include ../tools.mk
2
3 all:
4         $(RUSTC) lib.rs
5         $(RUSTC) main.rs
6         $(call RUN,main)