aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kalderstam <jonas@cowboyprogrammer.org>2019-06-04 09:51:46 +0200
committerDrew DeVault <sir@cmpwn.com>2019-06-04 14:29:47 -0400
commiteabdcff8632fbb42ea75285d0c88add316db5c30 (patch)
treeab6119eca11ab6a0d46d516dfdf555c076ac1568
parent0c2ede593f53d29f2242e5e05ed8b2e1ab9bf555 (diff)
Added config file to Make clean0.1.1
Config file will be incorrect if make is run with different values for PREFIX otherwise.
-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 \