diff --git a/Makefile b/Makefile index db14fbf..6297fc6 100644 --- a/Makefile +++ b/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