rust/tests/run-make-fulldeps/ls-metadata/Makefile

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

8 lines
124 B
Makefile
Raw Normal View History

include ../tools.mk
all:
$(RUSTC) foo.rs
$(RUSTC) -Z ls $(TMPDIR)/foo
touch $(TMPDIR)/bar
$(RUSTC) -Z ls $(TMPDIR)/bar