Commit 4b4fc800f3da1cda502a9e443326b23c2f8ad9a9

Authored by Jürgen Knödlseder
1 parent 5b879e1c

Remove ctools.egg-info after build

Showing 1 changed file with 1 additions and 0 deletions
pyext/Makefile.am
... ... @@ -203,5 +203,6 @@ clean-local:
203 203 rm -rf $(top_builddir)/pyext/ctools/*_wrap.cpp
204 204 rm -rf $(top_builddir)/pyext/ctools/_tools*.so
205 205 rm -rf $(top_builddir)/pyext/ctools/__pycache__
  206 + rm -rf $(top_builddir)/pyext/ctools.egg-info
206 207  
207 208 endif # WITH_PYTHON
... ...