diff options
Diffstat (limited to 'main/makefile')
-rw-r--r-- | main/makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/makefile b/main/makefile new file mode 100644 index 0000000..9df4f09 --- /dev/null +++ b/main/makefile @@ -0,0 +1,9 @@ +TARGET = $(BUILD_DIR)/main.uf2 + +include ../lazy.mk + +flash: $(TARGET) FORCE + picotool load -fx $< +# -f forces a reboot of the pico before flashing +# -x resets the pico after flashing + |