Update netutils, coreutils

This commit is contained in:
Jeremy Soller 2016-11-08 09:08:13 -07:00
parent 5183936de0
commit e182ccf3fe
3 changed files with 3 additions and 2 deletions

View file

@ -76,6 +76,7 @@ ref: FORCE
mkdir -p filesystem/ref/
cargo run --manifest-path crates/docgen/Cargo.toml -- programs/coreutils/src/bin/ filesystem/ref/
cargo run --manifest-path crates/docgen/Cargo.toml -- programs/extrautils/src/bin/ filesystem/ref/
cargo run --manifest-path crates/docgen/Cargo.toml -- programs/netutils/src/bin/ filesystem/ref/
update:
cargo update