We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1d05d commit 8c6f1f1Copy full SHA for 8c6f1f1
1 file changed
Makefile
@@ -56,5 +56,5 @@ clean:
56
ifeq ($(OS),Windows_NT)
57
del /s "$(BUILDDIR)"
58
else
59
- rm -r "$(BUILDDIR)/"*
+ rm -rf "$(BUILDDIR)/"* || true
60
endif
0 commit comments