rust/tests/run-make/c-unwind-abi-catch-panic/Makefile

8 lines
139 B
Makefile

# ignore-cross-compile
# needs-unwind
include ../tools.mk
all: $(call NATIVE_STATICLIB,add)
$(RUSTC) main.rs
$(call RUN,main) || exit 1