From 4475ccb24574e6d6dfc0b4a1062b7a2d8c3059f6 Mon Sep 17 00:00:00 2001 From: Sashi Penta Date: Fri, 19 Sep 2014 02:15:50 -0700 Subject: [PATCH] Makefile in ocicuc is not cleaning up all the object files. Change-Id: Ia1d198b96b61a82c07c069b4545ad40460cf2f4c --- examples/ocicuc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ocicuc/Makefile b/examples/ocicuc/Makefile index 74b9aeb..ecbbf0e 100644 --- a/examples/ocicuc/Makefile +++ b/examples/ocicuc/Makefile @@ -38,4 +38,4 @@ monoprocess: monoprocess.o driver.o utility.o light_resource.o $(CXX) $(CXX_FLAGS) -o $@ $^ $(CXX_LIBS) clean: - rm -f server.o client.o driver.o monoprocess.o server client monoprocess + rm -f *.o server client monoprocess -- 2.7.4