include ../tools.mk

all:
	$(RUSTC) --crate-name foo bar.rs
	rm $(TMPDIR)/libfoo.rlib
