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
+2 -2
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