]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-unwind-abi-catch-panic/Makefile
Rollup merge of #96050 - oli-obk:deaggregator_cleanup, r=RalfJung
[rust.git] / src / test / run-make-fulldeps / c-unwind-abi-catch-panic / Makefile
1 -include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,add)
4         $(RUSTC) main.rs
5         $(call RUN,main) || exit 1