Skip to content

Commit

Permalink
make submodulesclean deinit
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored and LorenzMeier committed Mar 19, 2016
1 parent 4b3aab2 commit 319fb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 319fb6b

Please sign in to comment.