mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2024-11-23 08:32:12 +01:00
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
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 New Issue
Block a user