mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
commit
fdf35b3da3
7
Makefile
7
Makefile
@ -17,12 +17,9 @@ clean:
|
||||
rm -rf build
|
||||
|
||||
pull:
|
||||
git pull --rebase --recurse-submodules
|
||||
git submodule sync
|
||||
git pull --recurse-submodules
|
||||
git submodule sync --recursive
|
||||
git submodule update --recursive --init
|
||||
git clean -X -f -d
|
||||
make clean
|
||||
make update
|
||||
|
||||
update:
|
||||
cd cookbook && ./update.sh \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user