automate building cbor

This commit is contained in:
yparitcher
2019-01-06 23:41:12 -05:00
parent 6c6f0a0068
commit ee817ea8bb
2 changed files with 3 additions and 10 deletions

View File

@ -24,12 +24,6 @@ Enter the `stm32l4xx` target directory.
cd targets/stm32l432
```
Build the cbor library.
```bash
make cbor
```
Now build Solo.
```