1 2 3 4 5 6
-include ../tools.mk all: ar crus $(TMPDIR)/libfoo.a foo.rs ar d $(TMPDIR)/libfoo.a foo.rs $(RUSTC) foo.rs