aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-11-15 09:43:20 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-11-15 09:43:20 +0100
commita6598560edecaf79aaff9050f87c29437a7d16ce (patch)
treee41d08b7f06f0b2c13c77e66c927f8dcd6a190bf
parentef60c2c8884b8432b176fe7b25a3ff0e4157498f (diff)
downloadmpd-notification-a6598560edecaf79aaff9050f87c29437a7d16ce.tar.gz
mpd-notification-a6598560edecaf79aaff9050f87c29437a7d16ce.tar.zst
add 'make distclean' to remove config.h
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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