pi_pico_TFT_LCD_test/Makefile

8 lines
140 B
Makefile
Executable file

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