Browse Source

make submodulesclean deinit

sbg
Daniel Agar 9 years ago committed by Lorenz Meier
parent
commit
319fb6b9f9
  1. 2
      Makefile

2
Makefile

@ -215,9 +215,9 @@ clean: @@ -215,9 +215,9 @@ clean:
@(cd NuttX/nuttx && make clean)
submodulesclean:
@git submodule deinit -f .
@git submodule sync
@git submodule update --init --recursive --force
@git submodule foreach --recursive 'git reset --hard; git clean -ff -x -d'
distclean: submodulesclean
@git clean -ff -x -d

Loading…
Cancel
Save