rustc/tests/run-make/windows-spawn/Makefile
2023-09-14 08:56:40 +02: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