diff options
Diffstat (limited to 'Makefile')
-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 |