Merge branch 'cookbook' of https://github.com/redox-os/redox into cookbook

This commit is contained in:
Jeremy Soller 2017-05-11 20:55:58 -06:00
commit ad37f28888

View file

@ -12,16 +12,12 @@ clean:
-$(FUMOUNT) build/filesystem/ || true -$(FUMOUNT) build/filesystem/ || true
rm -rf build rm -rf build
update:
cargo update
pull: pull:
git pull --rebase --recurse-submodules git pull --rebase --recurse-submodules
git submodule sync git submodule sync
git submodule update --recursive --init git submodule update --recursive --init
git clean -X -f -d git clean -X -f -d
make clean make clean
make update
# Emulation recipes # Emulation recipes
include mk/qemu.mk include mk/qemu.mk