From 90e5b64905078f217c6bfbe9952449ec5c2cfa66 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Mon, 10 Jul 2017 20:04:40 -0700 Subject: [PATCH] "make fetch" target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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