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