Remove checked-in .o files and fix 'make clean' target

Change-Id: Iaa45e8dc4482722910482588b06fed461fe6a6d6
diff --git a/Makefile b/Makefile
index 55c6d98..11060c1 100644
--- a/Makefile
+++ b/Makefile
@@ -223,7 +223,7 @@
 all: $(BUILD_DIR)/openolt
 $(BUILD_DIR)/openolt: openolt-api bal $(OBJS)
 	$(CXX) $(OBJS) $(LDFLAGS) $(OPENOLT_API_LIB) -o $@ -L$(BALLIBDIR) -l$(BALLIBNAME)
-	ln -s $(shell ldconfig -p | grep libgrpc.so.5 | tr ' ' '\n' | grep /) $(BUILD_DIR)/libgrpc.so.5
+	ln -s $(shell ldconfig -p | grep libgrpc.so.6 | tr ' ' '\n' | grep /) $(BUILD_DIR)/libgrpc.so.6
 	ln -s $(shell ldconfig -p | grep libgrpc++.so.1 | tr ' ' '\n' | grep /) $(BUILD_DIR)/libgrpc++.so.1
 	ln -s $(shell ldconfig -p | grep libgrpc++_reflection.so.1 | tr ' ' '\n' | grep /) $(BUILD_DIR)/libgrpc++_reflection.so.1
 
@@ -233,7 +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
+	rm -f $(BUILD_DIR)/libgrpc.so.6 $(BUILD_DIR)/libgrpc++.so.1 $(BUILD_DIR)/libgrpc++_reflection.so.1
 distclean: distclean-openolt-api distclean-bal
 	rm -rf $(BUILD_DIR)
 -include $(DEPS)
diff --git a/src/indications.o b/src/indications.o
deleted file mode 100644
index afb1925..0000000
--- a/src/indications.o
+++ /dev/null
Binary files differ
diff --git a/src/server.o b/src/server.o
deleted file mode 100644
index a814ddc..0000000
--- a/src/server.o
+++ /dev/null
Binary files differ
diff --git a/src/utils.o b/src/utils.o
deleted file mode 100644
index 323222c..0000000
--- a/src/utils.o
+++ /dev/null
Binary files differ