"make fetch" target
This commit is contained in:
parent
60e83318e9
commit
90e5b64905
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue