mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge branch 'master' of github.com:bpbp-boop/coreutils
This commit is contained in:
commit
8f49e2afa2
2 changed files with 234 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -3,11 +3,11 @@ RUSTC ?= rustc
|
|||
RM := rm
|
||||
|
||||
# Flags
|
||||
RUSTCFLAGS :=
|
||||
RUSTCFLAGS := --opt-level=3
|
||||
RMFLAGS :=
|
||||
|
||||
# Output names
|
||||
EXES := false printenv true yes cat whoami env
|
||||
EXES := false printenv true yes cat whoami env wc
|
||||
TESTS := cat
|
||||
|
||||
# Utils stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue