mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 21:58:05 +00:00
7 lines
91 B
Makefile
7 lines
91 B
Makefile
# ignore-cross-compile
|
|
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) windows.rs
|
|
$(RUSTC) console.rs
|