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

8 lines
173 B
Makefile
Raw Normal View History

# ignore-cross-compile
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)