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)