-include ../tools.mk

all:
	$(RUSTC) foo.rs
	$(RUSTC) bar.rs
	$(RUSTC) main.rs
	$(call RUN,main)
