-include ../tools.mk

all:
	$(RUSTC) a.rs && $(RUSTC) b.rs && $(RUSTC) c.rs
