mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 09:48:03 +00:00
7 lines
103 B
Makefile
7 lines
103 B
Makefile
# Binaries
|
|
RUSTC ?= rustc
|
|
RM := rm
|
|
|
|
# Flags
|
|
RUSTCFLAGS := --opt-level=3
|
|
RMFLAGS :=
|