Removing cJSON.c & cJSON.h source files from repo. I have no idea why they were...
[platform/upstream/iotivity.git] / csdk / README
1 To make the OCTBStack library, run "make" from this directory.
2
3 To clean, you have two options:
4
5 make clean      //Cleans all the *.o and *.a files generated directly from this makefile.
6
7 make deepclean  //Also cleans the *.o and *.a files generated indirecty from this makefile.