commit | 1aff7436a2b51c01e599f03be127931eabffeacc | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@opennetworking.org> | Wed Apr 18 04:36:13 2018 +0000 |
committer | Shad Ansari <shad@opennetworking.org> | Wed Apr 18 04:37:29 2018 +0000 |
tree | 63b9d51bd5af0a9a6abef87a92e207d027dcded6 | |
parent | 08e6f806332b7638cbd44f5d12433939ee477282 [diff] |
Fix clean target. Change-Id: I7a625cd62167e54b9940a937bfc4c9f655d42fc4
diff --git a/Makefile b/Makefile index 2d09e21..55c6d98 100644 --- a/Makefile +++ b/Makefile
@@ -233,6 +233,7 @@ clean: clean-bal rm -f $(OBJS) $(DEPS) $(BUILD_DIR)/openolt rm -rf $(OPENOLT_API_DIR) + rm $(BUILD_DIR)/libgrpc.so.5 $(BUILD_DIR)/libgrpc++.so.1 $(BUILD_DIR)/libgrpc++_reflection.so.1 distclean: distclean-openolt-api distclean-bal rm -rf $(BUILD_DIR) -include $(DEPS)