diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 974a844..15b9012 100755 --- a/debian/rules +++ b/debian/rules @@ -17,3 +17,5 @@ endif DEB_SCONS_INSTALL_OPTIONS += --prefix=$(CURDIR)/debian/tmp/usr --full DEB_SCONS_CHECK_TARGET = --smokedbprefix=$(CURDIR)/debian/tmp-test smoke +clean:: + find . -name "*.pyc" -delete |