mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
8 lines
103 B
Makefile
8 lines
103 B
Makefile
# Binaries
|
|
RUSTC ?= rustc
|
|
RM := rm
|
|
|
|
# Flags
|
|
RUSTCFLAGS := --opt-level=3
|
|
RMFLAGS :=
|