summaryrefslogtreecommitdiffstats
path: root/tests/run-make/mixing-deps/Makefile
blob: c2a5a2a0abbed9f1702cf2722c1a2501762b3e8b (plain)
1
2
3
4
5
6
7
8
# ignore-cross-compile
include ../tools.mk

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