rust/src/test/run-make/ls-metadata/Makefile
Flavio Percoco fcdc36b142 Move --ls behind -Z ls
Closes #13549
2014-04-16 17:45:06 +02:00

8 lines
125 B
Makefile

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