]> sigrok.org Git - libsigrokdecode.git/commitdiff
scripts: Add clean-local target for *.pyc.
authorUwe Hermann <redacted>
Sun, 9 May 2010 19:07:03 +0000 (21:07 +0200)
committerUwe Hermann <redacted>
Sun, 9 May 2010 20:06:30 +0000 (22:06 +0200)
scripts/Makefile.am

index ae4a3c8d6685f3b516a143c72fe70fde42d7c889..5a2e6462f792d29730b242b8c49bfafd664739ea 100644 (file)
@@ -20,3 +20,6 @@
 
 dist_pkgdata_SCRIPTS = i2c.py nunchuk.py transitioncounter.py
 
 
 dist_pkgdata_SCRIPTS = i2c.py nunchuk.py transitioncounter.py
 
+clean-local:
+       rm -f *.pyc
+