7 lines
157 B
Makefile
Raw Normal View History

include ../tools.mk
2016-11-18 00:51:24 +00:00
all:
$(RUSTC) a.rs && $(RUSTC) b.rs
$(BARE_RUSTC) c.rs -L dependency=$(TMPDIR) --extern b=$(TMPDIR)/libb.rlib \
--out-dir=$(TMPDIR)