summary refs log tree commit diff stats
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 \
9' href='#n69'>69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114