aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap2/control/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/blktap2/control/Makefile')
-rw-r--r--tools/blktap2/control/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/blktap2/control/Makefile b/tools/blktap2/control/Makefile
index 66ebc0117c..8cab32e52e 100644
--- a/tools/blktap2/control/Makefile
+++ b/tools/blktap2/control/Makefile
@@ -73,6 +73,7 @@ install: $(IBIN) $(LIB_STATIC) $(LIB_SHARED)
clean:
rm -f $(OBJS) $(PICS) $(DEPS) $(IBIN) $(LIB_STATIC) $(LIB_SHARED)
+ rm -f $(LIBNAME).so $(LIBSONAME)
rm -f *~
.PHONY: all build clean install