clean pyc files

This commit is contained in:
Richard Hughes 2008-01-03 18:25:16 +00:00
parent c5b2871e6e
commit 541f548551
2 changed files with 5 additions and 0 deletions

View File

@ -31,5 +31,6 @@ install-data-hook:
chmod a+rx $(DESTDIR)$(helperdir)/*.py
clean-local :
rm -f *.pyc
rm -f *~

View File

@ -13,3 +13,7 @@ packagekitpython_PYTHON = \
enums.py \
$(NULL)
clean-local :
rm -f *.pyc
rm -f *~