about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorScott Blomquist <scott@blomqui.st>2025-03-23 14:04:17 -0700
committerScott Blomquist <scott@blomqui.st>2025-03-23 14:14:29 -0700
commita79c6aa7a6eaaac246b775bbd34c1e1e8378fac8 (patch)
treeecde515d4a5d69468de5ab3e1f9945764a07761f /Makefile
parent8f648008f9c468ae109d6a065a27386d443957cd (diff)
downloadHexBoard-a79c6aa7a6eaaac246b775bbd34c1e1e8378fac8.tar.gz
Firmware 1.1 BETA 1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39d36d7..dfc2732 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 build/build.ino.uf2: build/build.ino
 	arduino-cli compile -b rp2040:rp2040:generic:flash=16777216_0,freq=133,opt=Small,rtti=Disabled,stackprotect=Disabled,exceptions=Disabled,dbgport=Disabled,dbglvl=None,usbstack=tinyusb,boot2=boot2_generic_03h_2_padded_checksum --output-dir build build
 build/build.ino: HexBoard.ino
-	 cp HexBoard.ino build/build.ino
+	cp src/HexBoard.ino build/build.ino
 
 /run/media/*/RPI-RP2/INFO_UF2.TXT:
 	echo "Mounting device"