1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Add env to the build

This commit is contained in:
Jordi Boggiano 2013-10-25 18:46:42 +02:00
parent ed8f7d015f
commit a501bade88

View file

@ -7,7 +7,7 @@ RUSTCFLAGS :=
RMFLAGS := RMFLAGS :=
# Output names # Output names
EXES := false printenv true yes cat whoami EXES := false printenv true yes cat whoami env
TESTS := cat TESTS := cat
# Utils stuff # Utils stuff