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