summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/c-unwind-abi-catch-panic/Makefile
blob: 9553b7aeeb983d95bd033da64fb9dca70c358915 (plain)
1
2
3
4
5
-include ../tools.mk

all: $(call NATIVE_STATICLIB,add)
	$(RUSTC) main.rs
	$(call RUN,main) || exit 1