Sign in
pigweed
/
third_party
/
github
/
cose-wg
/
COSE-C
/
345cd73ea0293a5f767420b88e0ff66734e73bbb
/
.
/
build.sh
blob: 69dd2e982ae1e58ba7c20eb74c4cf9c993d0b637 [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
!
-
d
"build"
];
then
mkdir build
fi
cd build
&&
cmake
..
&&
make $
*