rust/tests/run-make/issue-38237/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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)