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:
parent
b805ed4961
commit
3e4c1023c4
4 changed files with 31 additions and 28 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue