aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update submodule check to include LUFA (#6661)Drashna Jaelre2019-09-031-0/+1
* Add an alternative method for keyboard discovery to speed up build (#6073)Joel Challis2019-08-151-1/+8
* Make python a required build dependency (#5784)skullydazed2019-05-061-0/+2
* Shallow clone submodules. (#5279)Blaž Hrastnik2019-03-081-3/+3
* Add distclean target insteadfauxpark2019-02-051-6/+7
* These targets should be .PHONYfauxpark2019-02-051-0/+4
* make clean should remove .bin and .hex toofauxpark2019-02-051-2/+4
* Remove duplicate make invocationszvecr2019-01-301-2/+3
* improve looks like hang up when first time execute make git-submodule (#3846)leico2018-09-101-1/+1
* Correct parsing of rules.mk for keyboard revisionsFredric Silberberg2018-07-171-17/+12
* Added a clean target to remove build artifactsSebastian2018-03-161-0/+6
* update version silencingJack Humbert2017-11-141-1/+1
* update travis scriptJack Humbert2017-11-141-0/+10
* add note to makefile for future useJack Humbert2017-10-151-0/+1
* fix up default keymaps and remove keyboard folder filterJack Humbert2017-10-151-1/+1
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-178/+182
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-081-4/+6
* Revert "Remove the "lib/%" rule."skullY2017-09-061-0/+4
* Remove the "lib/%" rule.skullY2017-09-061-4/+0
* Clone chibios and ugfx if it's not already checked out. (#1651)skullydazed2017-09-061-0/+7
* add a `git-submodule` make target.skullY2017-08-281-0/+4
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-0/+10
* move qmk version to very top, exclude when git isn't availableJack Humbert2017-08-101-2/+6
* move version info to the top of the outputJack Humbert2017-08-081-1/+2
* Fix building of multiple test directoriesFred Sundvik2017-07-201-1/+1
* Fix Makefile error_occured output for unit testsFred Sundvik2017-07-101-0/+2
* Add basic infrastrucure for building full testsFred Sundvik2017-06-181-1/+1
* Add SKIP_VERSION option to speed up compilationFred Sundvik2017-04-131-0/+8
* Add makefile option to break on errorsFred Sundvik2017-04-131-3/+10
* Typo fixesOsamu Aoki2017-02-021-18/+18
* Merge pull request #869 from dylanjgscott/masterJack Humbert2017-01-271-2/+2
|\
| * Compare Makefile with itself instead of using `--help`Dylan Scott2017-01-241-2/+2
* | Clean up the SKIP_GIT codeFred Sundvik2016-12-291-17/+2
* | Remove extra parenthesis from MakefileFred Sundvik2016-12-291-1/+1
* | Adding SKIP_GIT to speed up compiles.IBNobody2016-11-011-18/+39
|/
* Run each sumbmake in a separate shellFred Sundvik2016-10-301-8/+23
* The all target makes all keyboards and all testsFred Sundvik2016-08-271-1/+5
* Support for running and cleaning all testsFred Sundvik2016-08-271-11/+22
* Detect failures when running multiple testsFred Sundvik2016-08-271-2/+11
* Fix running multiple testsFred Sundvik2016-08-271-2/+4
* Running of unit testsFred Sundvik2016-08-271-3/+8
* The makefile actually calls build_testFred Sundvik2016-08-271-5/+17
* Basic framework for parsing test targetsFred Sundvik2016-08-271-1/+15
* Fix slight inconsistencyFred Sundvik2016-08-241-13/+15
* Add longest match to the rule-checkingFred Sundvik2016-08-211-2/+41
* Comment the MakefileFred Sundvik2016-08-201-16/+113
* Better format for non-silent outputFred Sundvik2016-08-201-2/+1
* Continue on errorFred Sundvik2016-08-201-1/+5
* Pass the target to submakeFred Sundvik2016-08-201-2/+8
* Fix variable name clash with builtinFred Sundvik2016-08-201-3/+3