commit
6ab96e41bd
|
@ -1285,8 +1285,8 @@ TAGS::
|
|||
# Sanitation targets -- clean leaves libraries, executables and tags
|
||||
# files, which clobber removes as well
|
||||
pycremoval:
|
||||
-find $(srcdir) -depth -name '__pycache__' -exec rm -rf {} ';'
|
||||
-find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
|
||||
-find $(srcdir) -name '__pycache__' -exec rmdir {} '+'
|
||||
|
||||
rmtestturds:
|
||||
-rm -f *BAD *GOOD *SKIPPED
|
||||
|
|
Loading…
Reference in New Issue