mirror of
https://github.com/Noltari/pico-uart-bridge.git
synced 2025-06-29 20:16:17 +00:00
Import project files
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
commit
994eab59f5
9 changed files with 404 additions and 0 deletions
15
build.sh
Executable file
15
build.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
BUILD_DIR=build
|
||||
|
||||
main () {
|
||||
local cur_dir=$PWD
|
||||
|
||||
mkdir -p $BUILD_DIR
|
||||
cd $BUILD_DIR
|
||||
cmake ..
|
||||
make
|
||||
cd $cur_dir
|
||||
}
|
||||
|
||||
main $@
|
Loading…
Add table
Add a link
Reference in a new issue