diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-15 09:43:20 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-15 09:43:20 +0100 |
commit | a6598560edecaf79aaff9050f87c29437a7d16ce (patch) | |
tree | e41d08b7f06f0b2c13c77e66c927f8dcd6a190bf | |
parent | ef60c2c8884b8432b176fe7b25a3ff0e4157498f (diff) | |
download | mpd-notification-a6598560edecaf79aaff9050f87c29437a7d16ce.tar.gz mpd-notification-a6598560edecaf79aaff9050f87c29437a7d16ce.tar.zst |
add 'make distclean' to remove config.h
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |