]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/issue-15460/Makefile
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / run-make-fulldeps / issue-15460 / Makefile
1 include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,foo)
4         $(RUSTC) foo.rs -C extra-filename=-383hf8 -C prefer-dynamic
5         $(RUSTC) bar.rs
6         $(call RUN,bar)