From 6848f0470159df2318c2377a08766a3bb9dcb4c3 Mon Sep 17 00:00:00 2001 From: Maksym Telychko Date: Tue, 11 Jun 2019 11:28:39 +0300 Subject: [MTS-MTQ] refactoring: makefile clean target fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3