]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/longjmp-across-rust/Makefile
Rollup merge of #100926 - tusharxoxoxo:master, r=Dylan-DPC
[rust.git] / src / test / run-make-fulldeps / longjmp-across-rust / Makefile
1 include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,foo)
4         $(RUSTC) main.rs
5         $(call RUN,main)