]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/static-unwinding/Makefile
Rollup merge of #49229 - Centril:doc/format_args_display_debug, r=steveklabnik
[rust.git] / src / test / 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)