rustc/tests/run-make/simple-dylib/Makefile
2023-09-14 08:56:40 +02:00

7 lines
136 B
Makefile

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