From eabdcff8632fbb42ea75285d0c88add316db5c30 Mon Sep 17 00:00:00 2001 From: Jonas Kalderstam Date: Tue, 4 Jun 2019 09:51:46 +0200 Subject: Added config file to Make clean Config file will be incorrect if make is run with different values for PREFIX otherwise. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3