rust/src/test/run-make/ls-metadata/Makefile

8 lines
123 B
Makefile
Raw Normal View History

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