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

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