rust/tests/run-make-fulldeps/simple-dylib/Makefile

6 lines
113 B
Makefile
Raw Normal View History

include ../tools.mk
all:
$(RUSTC) bar.rs --crate-type=dylib -C prefer-dynamic
$(RUSTC) foo.rs
$(call RUN,foo)