]> git.proxmox.com Git - rustc.git/blob - tests/run-make/c-unwind-abi-catch-panic/Makefile
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / c-unwind-abi-catch-panic / Makefile
1 # ignore-cross-compile
2 include ../tools.mk
3
4 all: $(call NATIVE_STATICLIB,add)
5 $(RUSTC) main.rs
6 $(call RUN,main) || exit 1