bad-apple/pico_decoder/Makefile
2025-06-19 00:03:28 +02:00

9 lines
169 B
Makefile
Executable file

build_thing:
cmake -B bin -DPICO_SDK_PATH=../../pico-sdk
# -DCMAKE_CXX_FLAGS=-Oz
make -j8 -C bin
# then manually copy bin/thing.uf2 to the pico
clean:
rm -rf bin/*