diff options
author | IBNobody <ibnobody@gmail.com> | 2016-08-24 03:47:35 +0200 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-08-24 03:47:35 +0200 |
commit | 6c2b7f359cfe5122631d8772f8766c08465949c8 (patch) | |
tree | ee2bf4db2a9e272455c61baabf221b9a4d2101dd | |
parent | 3f8672287f7aa09b26e4352ed1dfb852f1a5dc94 (diff) | |
download | qmk_firmware-6c2b7f359cfe5122631d8772f8766c08465949c8.tar.gz qmk_firmware-6c2b7f359cfe5122631d8772f8766c08465949c8.tar.xz |
Fixed line ending
-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 86ad90f5d..d2350f27c 100644 --- a/tmk_core/rules.mk +++ b/tmk_core/rules.mk @@ -532,4 +532,4 @@ build elf hex eep lss sym coff extcoff check_submodule \ clean clean_list debug gdb-config show_path \ program teensy dfu flip dfu-ee flip-ee dfu-start \ all-keyboards-defaults all-keyboards all-keymaps \ -all-keyboards-defaults-% all-keyboards-% all-keymaps-%
\ No newline at end of file +all-keyboards-defaults-% all-keyboards-% all-keymaps-% |