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