diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-12 20:39:10 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-12 20:39:10 +0000 |
commit | 60a9a949e99b319d3ac56725cfd074f46c7ff1bb (patch) | |
tree | 10e3f7bcfd3605e8297697e61c1e94068ffc73cd | |
parent | 5402c0298c711c38baf661b564fd1237c1e9fabb (diff) |
added special case to clean target
svn path=/trunk/externals/plugin~/; revision=14084
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |