summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-28
|\
| * Update "make format" message (#13741)Ryan2021-07-28
| * 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-29
* | CLI: Add subcommand to generate version.h (#13151)Ryan2021-06-27
* | Add support for producing UF2-format binaries. (#12435)Nick Brassel2021-04-06
* | Consistently use bin/qmk when that script is called (#12286)Zach White2021-03-18
* | Begin the process of deprecating bin/qmk in favor of the global cli (#12109)Zach White2021-03-07
|/
* Configure keyboard matrix from info.json (#10817)Zach White2020-12-30
* remove some old and unused code from Makefile (#11336)Zach White2020-12-29
* Add the ability to exclude keyboards from travis builds (#11178)Zach White2020-12-18
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-28
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-30
* Improve the Makefile message a bit more (#9161)Ryan2020-05-22
* Remove broken example from Makefile (#9159)ridingqwerty2020-05-21
* avoid 'Entering|Leaving directory' messages (#9061)Joel Challis2020-05-14
* Revert "Fix conflicting types for 'tfp_printf' (#8269)"skullY2020-05-04
* Fix conflicting types for 'tfp_printf' (#8269)Joel Challis2020-05-03
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-29
* Allow 'make all:<user>' to not build EVERYTHING (#7402)Joel Challis2019-11-20
* Set `git submodule update` depth to 50 (#7269)fauxpark2019-11-05
* Add list-keymaps make target (#5563)fauxpark2019-09-21
* Update submodule check to include LUFA (#6661)Drashna Jaelre2019-09-03
* Add an alternative method for keyboard discovery to speed up build (#6073)Joel Challis2019-08-15
* Make python a required build dependency (#5784)skullydazed2019-05-06
* Shallow clone submodules. (#5279)Blaž Hrastnik2019-03-08
* Add distclean target insteadfauxpark2019-02-05
* These targets should be .PHONYfauxpark2019-02-05
* make clean should remove .bin and .hex toofauxpark2019-02-05
* Remove duplicate make invocationszvecr2019-01-30
* improve looks like hang up when first time execute make git-submodule (#3846)leico2018-09-10
* Correct parsing of rules.mk for keyboard revisionsFredric Silberberg2018-07-17
* Added a clean target to remove build artifactsSebastian2018-03-16
* update version silencingJack Humbert2017-11-14
* update travis scriptJack Humbert2017-11-14
* add note to makefile for future useJack Humbert2017-10-15
* fix up default keymaps and remove keyboard folder filterJack Humbert2017-10-15
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-08
* Revert "Remove the "lib/%" rule."skullY2017-09-06
* Remove the "lib/%" rule.skullY2017-09-06
* Clone chibios and ugfx if it's not already checked out. (#1651)skullydazed2017-09-06
* add a `git-submodule` make target.skullY2017-08-28
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-23
* move qmk version to very top, exclude when git isn't availableJack Humbert2017-08-10
* move version info to the top of the outputJack Humbert2017-08-08
* Fix building of multiple test directoriesFred Sundvik2017-07-20
* Fix Makefile error_occured output for unit testsFred Sundvik2017-07-10
* Add basic infrastrucure for building full testsFred Sundvik2017-06-18
* Add SKIP_VERSION option to speed up compilationFred Sundvik2017-04-13
* Add makefile option to break on errorsFred Sundvik2017-04-13