summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2017-10-09 21:32:26 -0600
committerJeremy Soller <jackpot51@gmail.com>2017-10-09 21:32:26 -0600
commit12bf984d3d9924f63fd5eed354198331dd39ddcd (patch)
treeb273e7a639c6d6abf4184bce8e0104d16e908b03
parent1e4e2c9ca2666bb2e379c631e38a829e6836875e (diff)
parentfdf35b3da3cce4c0ec480de0539201f5e3068407 (diff)
Merge branch 'master' of https://github.com/redox-os/redox
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 661575e..b6edb8f 100644
--- a/Makefile
+++ b/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 \