changeset 49:6d4fff03144a

Clean: remove aubio objects
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 05 Dec 2012 14:03:50 +0000
parents a89bf6c93ebc
children 78d8fba6ba50
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Dec 05 13:55:25 2012 +0000
+++ b/Makefile	Wed Dec 05 14:03:50 2012 +0000
@@ -42,7 +42,7 @@
 		$(CXX) $(LDFLAGS) $(PLUGIN_LDFLAGS) -o $@ $(PLUGIN_OBJECTS) $(AUBIO_OBJECTS) $(PLUGIN_LIBS)
 
 clean:		
-		rm -f $(PLUGIN_OBJECTS)
+		rm -f $(PLUGIN_OBJECTS) $(AUBIO_OBJECTS)
 
 distclean:	clean
 		rm -f $(PLUGIN_TARGET) *~ */*~