summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/longjmp-across-rust/Makefile
blob: 848638d82dd6e89040dcc86a11beb9a9915b4354 (plain)
1
2
3
4
5
include ../tools.mk

all: $(call NATIVE_STATICLIB,foo)
	$(RUSTC) main.rs
	$(call RUN,main)