rust/tests/run-make-fulldeps/windows-spawn/Makefile
2023-01-11 09:32:08 +00:00

9 lines
145 B
Makefile

include ../tools.mk
# only-windows
all:
$(RUSTC) -o "$(TMPDIR)/hopefullydoesntexist bar.exe" hello.rs
$(RUSTC) spawn.rs
$(TMPDIR)/spawn.exe