From a6598560edecaf79aaff9050f87c29437a7d16ce Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 15 Nov 2013 09:43:20 +0100 Subject: add 'make distclean' to remove config.h --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4013882..a6fa535 100644 --- a/Makefile +++ b/Makefile @@ -40,3 +40,6 @@ install-doc: README.html clean: $(RM) -f *.o *~ README.html mpd-notification + +distclean: + $(RM) -f *.o *~ README.html mpd-notification config.h -- cgit v1.2.3-54-g00ecf