Sign in
fuchsia
/
third_party
/
rust
/
thinner-fuchsia-sysroot
/
.
/
src
/
test
/
run-make
/
windows-spawn
/
Makefile
blob: f0d4242260fb5d3726b59ab7e84f1cfe326909cd [
file
]
-
include
../
tools
.
mk
ifdef IS_WINDOWS
all
:
$
(
RUSTC
)
-
o
"$(TMPDIR)/hopefullydoesntexist bar.exe"
hello
.
rs
$
(
RUSTC
)
spawn
.
rs
$
(
TMPDIR
)/
spawn
.
exe
else
all
:
endif