about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2024-04-05 21:52:13 -0400
committerZach DeCook <zachdecook@librem.one>2024-04-05 21:52:13 -0400
commit763712de00ef88b95c7b4f308b96caebd705d50a (patch)
tree3511e0a36da4d5fe8077405ba9cffe0c1c7d4321 /Makefile
parentb56e149abf9031607b080d659fb8a98fe5a33e06 (diff)
downloadHexBoard-763712de00ef88b95c7b4f308b96caebd705d50a.tar.gz
Hexperiment: rename file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6d377a9..9f7c1d3 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: HexBoard_V1.1.ino
-	 cp HexBoard_V1.1.ino build/build.ino
+build/build.ino: Hexperiment.ino
+	 cp Hexperiment.ino build/build.ino
 
 /run/media/*/RPI-RP2/INFO_UF2.TXT:
 	echo "Mounting device"