bad-apple/pico_decoder/Makefile

9 lines
167 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