diff options
Diffstat (limited to 'tmk_core/rules.mk')
-rw-r--r-- | tmk_core/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/rules.mk b/tmk_core/rules.mk index a66718cd2..f45fd3792 100644 --- a/tmk_core/rules.mk +++ b/tmk_core/rules.mk | |||
@@ -439,7 +439,7 @@ $(eval $(foreach OUTPUT,$(OUTPUTS),$(shell mkdir -p $(OUTPUT) 2>/dev/null))) | |||
439 | .PHONY : all finish sizebefore sizeafter qmkversion \ | 439 | .PHONY : all finish sizebefore sizeafter qmkversion \ |
440 | gccversion build elf hex eep lss sym coff extcoff \ | 440 | gccversion build elf hex eep lss sym coff extcoff \ |
441 | clean clean_list debug gdb-config show_path \ | 441 | clean clean_list debug gdb-config show_path \ |
442 | program teensy dfu flip dfu-ee flip-ee dfu-start \ | 442 | program teensy dfu dfu-ee dfu-start \ |
443 | flash dfu-split-left dfu-split-right \ | 443 | flash dfu-split-left dfu-split-right \ |
444 | avrdude-split-left avrdude-split-right \ | 444 | avrdude-split-left avrdude-split-right \ |
445 | avrdude-loop usbasp | 445 | avrdude-loop usbasp |