Sign in
pigweed
/
third_party
/
github
/
jimsch
/
cn-cbor
/
df0f2e07f13d8c6f07f0fc3ea40dbcd00a04b016
/
.
/
build.sh
blob: 69dd2e982ae1e58ba7c20eb74c4cf9c993d0b637 [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
!
-
d
"build"
];
then
mkdir build
fi
cd build
&&
cmake
..
&&
make $
*