7 lines
128 B
Makefile
Raw Normal View History

# ignore-cross-compile
include ../tools.mk
2016-12-20 21:22:09 +00:00
all:
$(RUSTC) foo.rs; $(RUSTC) bar.rs
$(RUSTDOC) baz.rs -L $(TMPDIR) -o $(TMPDIR)