summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMaksym Telychko <maksym.telychko@globallogic.com>2019-06-11 11:28:39 +0300
committerMaksym Telychko <maksym.telychko@globallogic.com>2019-06-11 11:28:39 +0300
commit6848f0470159df2318c2377a08766a3bb9dcb4c3 (patch)
treeb7e09d306475f9b713b101250ca86639fa5a3b62 /Makefile
parent07b7b63b15bf5f7cb94f32a5fb45acdf1cb3edfc (diff)
downloadlibmts-io-6848f0470159df2318c2377a08766a3bb9dcb4c3.tar.gz
libmts-io-6848f0470159df2318c2377a08766a3bb9dcb4c3.tar.bz2
libmts-io-6848f0470159df2318c2377a08766a3bb9dcb4c3.zip
[MTS-MTQ] refactoring: makefile clean target fix
Diffstat (limited to 'Makefile')
-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)