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

8 lines
135 B
Makefile

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