From 60a9a949e99b319d3ac56725cfd074f46c7ff1bb Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 12 Sep 2010 20:39:10 +0000 Subject: added special case to clean target svn path=/trunk/externals/plugin~/; revision=14084 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ece0ef..1ddb317 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ MANUAL = # automatically included EXTRA_DIST = plugin~-gui.pd ChangeLog SConstruct jutils.h plugin~.h -# special case: modified to build jload.c and jsearch.c and link it into plugin~ +# NOTE: modified to build jload.c and jsearch.c and link it into plugin~ EXTRA_SOURCES = jsearch.c jload.c @@ -217,6 +217,7 @@ install-manual: clean: + -rm -f -- $(EXTRA_SOURCES:.c=.o) -rm -f -- $(SOURCES:.c=.o) $(SOURCES_LIB:.c=.o) -rm -f -- $(SOURCES:.c=.$(EXTENSION)) -rm -f -- $(LIBRARY_NAME).o -- cgit v1.2.1