"make fetch" target

This commit is contained in:
Ian Douglas Scott 2017-07-10 20:04:40 -07:00
parent 60e83318e9
commit 90e5b64905
No known key found for this signature in database
GPG key ID: 4924E10E199B5959

View file

@ -30,6 +30,10 @@ update:
cargo update --manifest-path kernel/Cargo.toml
cargo update --manifest-path redoxfs/Cargo.toml
fetch:
cd cookbook; \
./fetch.sh "$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages ../initfs.toml ../filesystem.toml)"
# Emulation recipes
include mk/qemu.mk
include mk/bochs.mk