Skip to content

Commit 4176e0e

Browse files
authored
Merge pull request #1803 from nickk02/fix/mrproper-pycache
buildsystem: drop source __pycache__ dirs in mrproper
2 parents bd79f6f + ddceb88 commit 4176e0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ cleaninsourcebuild:
104104
@find . -not -path "./.bin/*" -type f -name CMakeCache.txt -print -delete
105105
@find . -not -path "./.bin/*" -type f -name Makefile -not -path "./Makefile" -print -delete
106106
@find . -not -path "./.bin/*" -type d -name CMakeFiles -print -exec rm -r {} +
107+
@find . -not -path "./.bin/*" -type d -name __pycache__ -print -exec rm -r {} +
107108

108109
.PHONY: cleanbuilddirs
109110
cleanbuilddirs: cleaninsourcebuild

0 commit comments

Comments
 (0)