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