blob: 0e52d4a8befba96c81760185b208baae2093a191 [file] [log] [blame]
-include ../tools.mk
all:
$(RUSTC) both.rs -C prefer-dynamic
$(RUSTC) dylib.rs -C prefer-dynamic
$(RUSTC) prog.rs
$(call RUN,prog)