15 lines
167 B
Makefile
Raw Normal View History

-include ../tools.mk
ifdef IS_WINDOWS
all:
$(RUSTC) -o "$(TMPDIR)/hopefullydoesntexist bar.exe" hello.rs
$(RUSTC) spawn.rs
$(TMPDIR)/spawn.exe
else
all:
endif