From e7eac430fcd764fa72e3b2d06d00718fbdff0a11 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 9 May 2010 21:07:03 +0200 Subject: [PATCH] scripts: Add clean-local target for *.pyc. --- scripts/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index ae4a3c8..5a2e646 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -20,3 +20,6 @@ dist_pkgdata_SCRIPTS = i2c.py nunchuk.py transitioncounter.py +clean-local: + rm -f *.pyc + -- 2.30.2