aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-12 20:39:10 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-12 20:39:10 +0000
commit60a9a949e99b319d3ac56725cfd074f46c7ff1bb (patch)
tree10e3f7bcfd3605e8297697e61c1e94068ffc73cd
parent5402c0298c711c38baf661b564fd1237c1e9fabb (diff)
added special case to clean target
svn path=/trunk/externals/plugin~/; revision=14084
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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