diff options
author | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-06-11 11:28:39 +0300 |
---|---|---|
committer | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-06-11 11:28:39 +0300 |
commit | 6848f0470159df2318c2377a08766a3bb9dcb4c3 (patch) | |
tree | b7e09d306475f9b713b101250ca86639fa5a3b62 /Makefile | |
parent | 07b7b63b15bf5f7cb94f32a5fb45acdf1cb3edfc (diff) | |
download | libmts-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |