aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b5dfbc..190fa4c 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ all: aerc aerc.conf doc
RM?=rm -f
clean:
- $(RM) $(DOCS) aerc
+ $(RM) $(DOCS) aerc.conf aerc
install: all
mkdir -p $(BINDIR) $(MANDIR)/man1 $(MANDIR)/man5 $(MANDIR)/man7 \