Imported Upstream version 1.0.0
[platform/upstream/iotivity.git] / resource / csdk / connectivity / build / tizen / Makefile
index 8e56590..726faee 100644 (file)
@@ -38,7 +38,7 @@ INC_DIRS        += -I$(DTLS_INC)
 SRC = $(wildcard *.c)
 OBJECTS = $(patsubst %.c, %.o, $(SRC))
 
-#Currently compiling libcoap objects. If it's provided by external party. 
+#Currently compiling libcoap objects. If it's provided by external party.
 #Then don't compile, Instead directly extract objects and create liboicinterface.a
 all: $(OBJECTS)
        $(MAKE) -C $(LIBCOAP) clean