We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1272626 commit ff48bccCopy full SHA for ff48bcc
Makefile
@@ -86,7 +86,7 @@ _pack-%: build-%-$(BUILD_TYPE)
86
fi
87
88
clean-git-packages:
89
- git submodule foreach '[[ ! "$$sm_path" == src/submodule_packages/* ]] || git clean -xffd'
+ git submodule foreach '[[ "$$sm_path" == src/submodule_packages/* ]] && git clean -xffd && git restore .'
90
91
clean: clean-git-packages
92
rm -rf build
0 commit comments