1
Fork 0
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:
Boden Garman 2013-11-17 20:41:40 +11:00
parent 25297ec2b3
commit 23bdaae577
2 changed files with 234 additions and 2 deletions

View file

@ -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