summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e49f5cc..3ace73f 100644
--- a/Makefile
+++ b/Makefile
@@ -70,4 +70,4 @@ install:
install -m 0644 include/mts/* $(DESTDIR)$(includedir)/mts/
clean:
- $(RM) $(OBJS) $(APPNAME).a $(APPNAME).so $(DEPS)
+ $(RM) $(OBJS) $(APPNAME).a $(SONAME) $(DEPS)