1Concise Binary Object Representation (CBOR) Library 2--------------------------------------------------- 3 4To build TinyCBOR: 5 6 make 7 8If you want to change the compiler or pass extra compiler flags: 9 10 make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32" 11 12Documentation: https://intel.github.io/tinycbor/current/ 13 14