rust/tests/run-make-fulldeps/issue-15460/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
150 B
Makefile
Raw Normal View History

include ../tools.mk
2015-08-26 18:57:56 -05:00
all: $(call NATIVE_STATICLIB,foo)
$(RUSTC) foo.rs -C extra-filename=-383hf8 -C prefer-dynamic
$(RUSTC) bar.rs
$(call RUN,bar)