From: Sashi Penta Date: Fri, 19 Sep 2014 09:15:50 +0000 (-0700) Subject: Makefile in ocicuc is not cleaning up all the object files. X-Git-Tag: 1.2.0+RC1~2227 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4475ccb24574e6d6dfc0b4a1062b7a2d8c3059f6;p=platform%2Fupstream%2Fiotivity.git Makefile in ocicuc is not cleaning up all the object files. Change-Id: Ia1d198b96b61a82c07c069b4545ad40460cf2f4c --- 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