Initial merge-commit of the OIC code. Should successfully do discovery for single...
[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.