changeset 913:dff18ce367ab trunk

[svn] object files in Plugins/General/scrobbler/tags/ should be deleted too on clean requests
author giacomo
date Sun, 02 Apr 2006 17:53:30 -0700
parents 1dd2afe391ec
children eb2c35fbe301
files Plugins/General/scrobbler/Makefile.in
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/General/scrobbler/Makefile.in	Sun Apr 02 17:42:32 2006 -0700
+++ b/Plugins/General/scrobbler/Makefile.in	Sun Apr 02 17:53:30 2006 -0700
@@ -31,3 +31,6 @@
 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(CURL_CFLAGS) -I../../../intl -I../../..
 
 OBJECTS = ${SOURCES:.c=.o}
+
+clean-posthook:
+	@$(RM) tags/*.o