Skip to content
Snippets Groups Projects
Commit fc54d2c3 authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

Makefile submodulesclean force clean

parent ce8eb0ed
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ clean:
submodulesclean:
@git submodule sync
@git submodule update --init --recursive --force
@git submodule foreach --recursive 'git reset --hard'
@git submodule foreach --recursive 'git reset --hard; git clean -ff -x -d'
distclean: submodulesclean
@git clean -ff -x -d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment