Skip to content

Commit

Permalink
Merge pull request #34 from shengxil/master
Browse files Browse the repository at this point in the history
Do not fail when cleaning build folder
  • Loading branch information
shengxil authored Nov 27, 2019
2 parents 0010c89 + 362213e commit e4224d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ fmt:
.PHONY: clean-folder
clean-folder:
cd build && \
find . ! -name "xray" ! -name "." -type d -exec rm -rf {} +
find . ! -name "xray" ! -name "." -type d -exec rm -rf {} + || true

0 comments on commit e4224d7

Please sign in to comment.