blob: 7b156cb87488065d8949d79447fa610eb597e446 [file] [log] [blame]
-include ../tools.mk
all:
$(RUSTC) bar.rs --crate-type=rlib
$(RUSTC) foo.rs
$(call RUN,foo)