mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 04:42:00 +00:00
7 lines
83 B
Makefile
7 lines
83 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) -V
|
|
$(RUSTC) -vV
|
|
$(RUSTC) --version --verbose
|