From a501bade8870480e272a3aba7e40478d449b797c Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 25 Oct 2013 18:46:42 +0200 Subject: [PATCH] Add env to the build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e24d67073..59c1ad1be 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ RUSTCFLAGS := RMFLAGS := # Output names -EXES := false printenv true yes cat whoami +EXES := false printenv true yes cat whoami env TESTS := cat # Utils stuff