projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a67ccf
)
scripts: Add clean-local target for *.pyc.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 9 May 2010 19:07:03 +0000
(21:07 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sun, 9 May 2010 20:06:30 +0000
(22:06 +0200)
scripts/Makefile.am
patch
|
blob
|
history
diff --git
a/scripts/Makefile.am
b/scripts/Makefile.am
index ae4a3c8d6685f3b516a143c72fe70fde42d7c889..5a2e6462f792d29730b242b8c49bfafd664739ea 100644
(file)
--- 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
+