rust/src/test/run-make/mixing-deps/Makefile

8 lines
136 B
Makefile
Raw Normal View History

-include ../tools.mk
all:
$(RUSTC) both.rs -C prefer-dynamic
$(RUSTC) dylib.rs -C prefer-dynamic
$(RUSTC) prog.rs
$(call RUN,prog)