summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-25 13:22:38 +0200
committerPeter Simons <simons@cryp.to>2015-09-25 13:22:38 +0200
commit557b34d93d5a03fd66a2d40b02152b8f12eccf4c (patch)
tree2ee96168f68b8477d7d103c51f4e8eda9c7b52e0 /Makefile.am
parent8462a7da6676f78c9f2dfb423571357e7b4cc2e0 (diff)
downloadautoconf-archive-557b34d93d5a03fd66a2d40b02152b8f12eccf4c.tar.gz
Makefile.am: remove __pycache__ during cleanv2015.09.25
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 88ba633..44b9f94 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ dist_aclocal_DATA = $(M4FILES)
EXTRA_DIST = build-aux/git-version-gen build-aux/gitlog-to-changelog
clean-local:
- @rm -rf $(srcdir)/stage $(srcdir)/macro.pyc
+ @rm -rf $(srcdir)/stage $(srcdir)/macro.pyc __pycache__
@rm -f $(DIST_ARCHIVES)
maintainer-clean-local: