Added config file to Make clean

Config file will be incorrect if make is run with different values for
PREFIX otherwise.
This commit is contained in:
Jonas Kalderstam 2019-06-04 09:51:46 +02:00 committed by Drew DeVault
parent 0c2ede593f
commit eabdcff863
1 changed files with 1 additions and 1 deletions

View File

@ -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 \