From: Uwe Hermann Date: Tue, 11 May 2010 15:16:38 +0000 (+0200) Subject: Use CLEANFILES instead of extra target. X-Git-Tag: libsigrokdecode-0.1.0~323 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=32e4aea0f87b0d3d4f8e37516edddc19f6f36889 Use CLEANFILES instead of extra target. --- diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 5a2e646..7ac94dc 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -20,6 +20,5 @@ dist_pkgdata_SCRIPTS = i2c.py nunchuk.py transitioncounter.py -clean-local: - rm -f *.pyc +CLEANFILES = *.pyc