]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/linkage-attr-on-static/Makefile
Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011
[rust.git] / src / test / run-make-fulldeps / linkage-attr-on-static / Makefile
1 -include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,foo)
4         $(RUSTC) bar.rs
5         $(call RUN,bar) || exit 1