From: Chris Cannam Date: Wed, 5 Dec 2012 14:03:50 +0000 (+0000) Subject: Clean: remove aubio objects X-Git-Tag: hgimport~1 X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=57bc76c17b6f8d744816666e343aadfb85933027;hp=d82abdaf66a931ddea6e1c5489c8bed90ed1fe41 Clean: remove aubio objects --- diff --git a/Makefile b/Makefile index d99831c..89b5166 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ $(PLUGIN_TARGET): $(PLUGIN_OBJECTS) $(AUBIO_OBJECTS) $(PLUGIN_HEADERS) $(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) *~ */*~