xref
: /
external
/
cn-cbor
/
build.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
if
[ ! -d
"build"
];
then
3
mkdir
build
4
fi
5
cd
build
&&
cmake
.. &&
make
$*
6