# HG changeset patch # User Chris Cannam # Date 1354716230 0 # Node ID 6d4fff03144a824e0b41407623697bfa23d9666b # Parent a89bf6c93ebc21127446d044cf47affce8b098c2 Clean: remove aubio objects diff -r a89bf6c93ebc -r 6d4fff03144a Makefile --- 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) *~ */*~