Home | History | Annotate | Download | only in cn-cbor
      1 #!/bin/sh
      2 if [ ! -d "build" ]; then
      3     mkdir build
      4 fi
      5 cd build && cmake .. && make $*
      6