init
This commit is contained in:
commit
06509795a2
5 changed files with 165 additions and 0 deletions
7
Makefile
Executable file
7
Makefile
Executable file
|
@ -0,0 +1,7 @@
|
|||
|
||||
build:
|
||||
cmake -B bin -DPICO_SDK_PATH=../pico-sdk
|
||||
make -j8 -C bin
|
||||
|
||||
clean:
|
||||
rm -rf bin
|
Loading…
Add table
Add a link
Reference in a new issue