Skip to content

Commit 5f50adc

Browse files
committed
python: Makefile fix for 'clean' target
1 parent 0b6b030 commit 5f50adc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ clean::
6464
$(RM) MANIFEST* .long_description.md
6565
$(RM) -r dist/ .pytest_cache/ yamlscript-0.*/
6666
$(RM) -r lib/yamlscript.egg-info/ .eggs/
67-
find . -name '__pycache__' | xargs $(RM) -r
67+
$(RM) -r lib/yamlscript/__pycache__/
6868
@echo
6969

7070
realclean::

0 commit comments

Comments
 (0)