1
Fork 0
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:
Boden Garman 2013-11-28 21:05:19 +11:00
commit 8f49e2afa2
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