blob: f0d4242260fb5d3726b59ab7e84f1cfe326909cd [file] [log] [blame]
-include ../tools.mk
ifdef IS_WINDOWS
all:
$(RUSTC) -o "$(TMPDIR)/hopefullydoesntexist bar.exe" hello.rs
$(RUSTC) spawn.rs
$(TMPDIR)/spawn.exe
else
all:
endif