aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLucas Bonnet <lucas@rincevent.net>2010-08-11 14:14:18 +0200
committerLucas Bonnet <lucas@rincevent.net>2010-08-11 14:14:18 +0200
commite6aba649520ec44425060863e1c35ed01c53fd4b (patch)
tree6814ec21a13456d61061a1c4204db9e21b598b1a /Makefile
parentd6ab4340d9c20f7aa501c66c557023365ae60f09 (diff)
Makefile: the clean target now removes emms-print-metadata binary in src/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 936a2e3..a07a790 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ ChangeLog:
$(CHANGELOG_CMD) > $@
clean:
- -rm -f *~ $(DOCDIR)emms.info $(DOCDIR)emms.html emms-print-metadata
+ -rm -f *~ $(DOCDIR)emms.info $(DOCDIR)emms.html $(SRCDIR)/emms-print-metadata
$(MAKE) -C $(LISPDIR) clean
dist: clean autoloads