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