Makefile submodulesclean force clean

This commit is contained in:
Daniel Agar
2016-03-12 18:33:43 -05:00
committed by Lorenz Meier
parent ce8eb0edd8
commit fc54d2c305
+1 -1
View File
@@ -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