rust/tests/run-make-fulldeps/simple-dylib/Makefile
2023-01-11 09:32:08 +00:00

6 lines
113 B
Makefile

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