mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
added wc utility
This commit is contained in:
parent
25297ec2b3
commit
23bdaae577
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