diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 174861c..fc9be97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,10 @@ EXTRA_DIST = \ index.theme.in \ $(NULL) +CLEANFILES = \ + index.theme \ + $(NULL) + DISTCLEANFILES = \ $(NULL) |