We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8836c17 commit d11acd7Copy full SHA for d11acd7
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