Makefile changes req'd for a global build script. Also, global build
[platform/upstream/iotivity.git] / oc_logger / Makefile
index e9aaf18..5637e5e 100644 (file)
@@ -49,7 +49,8 @@ samples:
        cd samples/linux && $(MAKE) "BUILD=$(BUILD)"
 
 clean:
-       cd examples && $(MAKE) clean
+       cd examples && $(MAKE) "clean"
+       cd samples/linux && $(MAKE) "clean"
        rm -rf $(BIN_DIR)/targets/*.o
        cd cpp && $(MAKE) clean
        cd c && $(MAKE) clean