Fix compilation for Rust master branch (0.9-pre)

This commit is contained in:
Léo Testard
2013-10-18 13:47:59 +02:00
parent b805ed4961
commit 3e4c1023c4
4 changed files with 31 additions and 28 deletions
+1
View File
@@ -6,5 +6,6 @@ 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'
.PHONY: build