Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/Clooper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Util/Clooper/Makefile')
-rw-r--r--Util/Clooper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/Clooper/Makefile b/Util/Clooper/Makefile
index c853a6d..87caf59 100644
--- a/Util/Clooper/Makefile
+++ b/Util/Clooper/Makefile
@@ -16,7 +16,7 @@ all : _SClient.so cmd_csound
$(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@
clean :
- rm -f *.o _ttest.so
+ rm -f *.o _ttest.so _SClient.so
cmd_csound: cmd_csound.cpp SoundClient.o
g++ -o $@ $^ -lcsound