This commit is contained in:
Crispy 2025-06-10 23:53:19 +02:00
commit 06509795a2
5 changed files with 165 additions and 0 deletions

7
Makefile Executable file
View file

@ -0,0 +1,7 @@
build:
cmake -B bin -DPICO_SDK_PATH=../pico-sdk
make -j8 -C bin
clean:
rm -rf bin