diff options
author | Jonas Kalderstam <jonas@cowboyprogrammer.org> | 2019-06-04 09:51:46 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-04 14:29:47 -0400 |
commit | eabdcff8632fbb42ea75285d0c88add316db5c30 (patch) | |
tree | ab6119eca11ab6a0d46d516dfdf555c076ac1568 /Makefile | |
parent | 0c2ede593f53d29f2242e5e05ed8b2e1ab9bf555 (diff) | |
download | aerc-eabdcff8632fbb42ea75285d0c88add316db5c30.tar.gz |
Added config file to Make clean 0.1.1
Config file will be incorrect if make is run with different values for PREFIX otherwise.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 \ |