about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2024-05-25 16:06:34 -0400
committerZach DeCook <zachdecook@librem.one>2024-05-25 16:17:34 -0400
commitc7821c7cb9026a96367e5301e5b848b29f73eb44 (patch)
treee8ce5491a6982462c9de181cc4a620a699af1e82 /Makefile
parent31237cac0f7867571658cfc5e2a4aedd5927a025 (diff)
downloadHexBoard-c7821c7cb9026a96367e5301e5b848b29f73eb44.tar.gz
Build: cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9f7c1d3..39d36d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 # Copied fqbn from build.options.json
 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: Hexperiment.ino
-	 cp Hexperiment.ino build/build.ino
+build/build.ino: HexBoard.ino
+	 cp HexBoard.ino build/build.ino
 
 /run/media/*/RPI-RP2/INFO_UF2.TXT:
 	echo "Mounting device"