5 lines
75 B
Makefile
5 lines
75 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) a.rs && $(RUSTC) b.rs && $(RUSTC) c.rs
|