1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Fix compilation for Rust master branch (0.9-pre)

This commit is contained in:
Léo Testard 2013-10-18 13:40:36 +02:00
parent b805ed4961
commit 3e4c1023c4
4 changed files with 31 additions and 28 deletions

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