mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 19:53:46 +00:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) foo.rs
|
|
$(RUSTC) -Z ls $(TMPDIR)/foo
|
|
touch $(TMPDIR)/bar
|
|
$(RUSTC) -Z ls $(TMPDIR)/bar
|