Merge branch 'master' of github.com:uutils/coreutils

Conflicts:
	Makefile
This commit is contained in:
KokaKiwi
2013-10-18 14:01:11 +02:00
4 changed files with 31 additions and 28 deletions
+1
View File
@@ -6,6 +6,7 @@ build:
sh -c 'rustc --out-dir build/ printenv/printenv.rs'
sh -c 'rustc --out-dir build/ true/true.rs'
sh -c 'rustc --out-dir build/ yes/yes.rs'
sh -c 'rustc --out-dir build/ cat/cat.rs'
sh -c 'rustc --out-dir build/ whoami/whoami.rs'
.PHONY: build