diff options
author | Ted Gould <ted@canonical.com> | 2009-06-25 10:09:38 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-25 10:09:38 -0500 |
commit | 580b5fb4b549d2f73c4c365a09b0eb3eb32e74f1 (patch) | |
tree | 43f6982229859244cbb36f815c348b828d1ea2b1 /tests | |
parent | 1c755c0bcd185b64ad9ff23528f947b53e42aeb0 (diff) | |
download | libdbusmenu-580b5fb4b549d2f73c4c365a09b0eb3eb32e74f1.tar.gz libdbusmenu-580b5fb4b549d2f73c4c365a09b0eb3eb32e74f1.tar.bz2 libdbusmenu-580b5fb4b549d2f73c4c365a09b0eb3eb32e74f1.zip |
Removing the built python directory and destroying the mago results.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dbusmenu-gtk/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/dbusmenu-gtk/Makefile.am b/tests/dbusmenu-gtk/Makefile.am index 02abd6d..206702a 100644 --- a/tests/dbusmenu-gtk/Makefile.am +++ b/tests/dbusmenu-gtk/Makefile.am @@ -35,5 +35,8 @@ EXTRA_DIST = \ CLEANFILES = \ dbusmenu.xml \ + dbusmenu.pyc \ dbusmenu.py +clean: + -rm -rf $(builddir)/mago.results |