2023-01-11 09:32:08 +00:00

5 lines
75 B
Makefile

include ../tools.mk
all:
$(RUSTC) a.rs && $(RUSTC) b.rs && $(RUSTC) c.rs