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:
parent
0c2ede593f
commit
eabdcff863
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 \
|
||||
|
|
Loading…
Reference in a new issue