mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 06:42:57 +00:00
9 lines
145 B
Makefile
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
|