mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 18:21:01 +00:00
7 lines
103 B
Makefile
7 lines
103 B
Makefile
# Binaries
|
|
RUSTC ?= rustc
|
|
RM := rm
|
|
|
|
# Flags
|
|
RUSTCFLAGS := --opt-level=3
|
|
RMFLAGS :=
|