summaryrefslogtreecommitdiff
path: root/hhkb/Makefile
diff options
context:
space:
mode:
authortmk2011-05-04 08:12:27 +0900
committertmk2011-05-04 08:12:27 +0900
commit13e4662baee972a6df340bfabe5fcb8aa00646e3 (patch)
tree7046098953dbf41572677552e4131397fcadae7b /hhkb/Makefile
parentcec254950509038ca9c805e87feea9091d77d29f (diff)
minor fix for HHKB Makefile and doc
Diffstat (limited to 'hhkb/Makefile')
-rwxr-xr-x[-rw-r--r--]hhkb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hhkb/Makefile b/hhkb/Makefile
index 2c8cd5afc..4a0af1cdc 100644..100755
--- a/hhkb/Makefile
+++ b/hhkb/Makefile
@@ -42,7 +42,7 @@ USB_NKRO_ENABLE = yes # USB Nkey Rollover
#---------------- Programming Options --------------------------
-PROGRAM_CMD = teensy_loader_cli.exe -mmcu=$(MCU) -w -v $(TARGET).hex
+PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex