mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Merge branch 'cookbook' of https://github.com/redox-os/redox into cookbook
This commit is contained in:
commit
ad37f28888
4
Makefile
4
Makefile
@ -12,16 +12,12 @@ clean:
|
||||
-$(FUMOUNT) build/filesystem/ || true
|
||||
rm -rf build
|
||||
|
||||
update:
|
||||
cargo update
|
||||
|
||||
pull:
|
||||
git pull --rebase --recurse-submodules
|
||||
git submodule sync
|
||||
git submodule update --recursive --init
|
||||
git clean -X -f -d
|
||||
make clean
|
||||
make update
|
||||
|
||||
# Emulation recipes
|
||||
include mk/qemu.mk
|
||||
|
||||
Loading…
Reference in New Issue
Block a user