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